#DFFEB2

Color #DFFEB2 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DFFEB2

Tints of Reef #DFFEB2

Color information

#DFFEB2 (or 0xDFFEB2) is unknown color: approx Reef. HEX triplet: DF, FE and B2. RGB value is (223,254,178). Sum of RGB (Red+Green+Blue) = 223+254+178=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 178 (69.92% from 255 or 27.18% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFEB2 is #20014D. Grayscale: #ECECEC. Windows color (decimal): -2097486 or 11730655. OLE color: 11730655.

HSL color Cylindrical-coordinate representation of color #DFFEB2: hue angle of 84.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFFEB2 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB223254178-
CMYK0.1200.300.00
HSL84.47º97.44%84.71%-
HSV(B)84.47º29.92%99.61%-
XYZ73.9189.7955.55-
YUV236.0795.23118.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 178 (69.92% from 255) = 27.18%
R=34.05%
G=38.78%
B=27.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232541780.1200.300.0084.4797.4484.71
HexDFFEB2C01E0546155
Octal337376262140360124141125
Binary11011111111111101011001011000111100101010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEB2; }

 p { color: rgb(223,254,178); }

 H1.HeaderClassName
 {
   color: #DFFEB2;
 }
 .AnyTagClassName
 {
   color: #DFFEB2;
 }
</style>
background-color css

<style>
 a { background-color: #DFFEB2; }

 a { background-color: rgb(223,254,178); }

 div.DivClassName
 {
   background-color: #DFFEB2;
 }
 .BgClassName
 {
   background-color: #DFFEB2;
 }
</style>
border-color css

<style>
 span { border-color: #DFFEB2; }

 span { border-color: rgb(223,254,178); }

 td.TdClassName
 {
   border-color: #DFFEB2;
 }
 .TagClassName
 {
   border-color: #DFFEB2;
 }
</style>