#DEFBA9

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

Shades of Reef #DEFBA9

Tints of Reef #DEFBA9

Color information

#DEFBA9 (or 0xDEFBA9) is unknown color: approx Reef. HEX triplet: DE, FB and A9. RGB value is (222,251,169). Sum of RGB (Red+Green+Blue) = 222+251+169=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 169 (66.41% from 255 or 26.32% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA9 is #210456. Grayscale: #E9E9E9. Windows color (decimal): -2163799 or 11140062. OLE color: 11140062.

HSL color Cylindrical-coordinate representation of color #DEFBA9: hue angle of 81.22º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEFBA9 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB222251169-
CMYK0.1200.330.02
HSL81.22º91.11%82.35%-
HSV(B)81.22º32.67%98.43%-
XYZ71.7887.3950.62-
YUV232.9891.89120.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 169 (66.41% from 255) = 26.32%
R=34.58%
G=39.10%
B=26.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511690.1200.330.0281.2291.1182.35
HexDEFBA9C0212515b52
Octal336373251140412121133122
Binary1101111011111011101010011100010000110101000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBA9; }

 p { color: rgb(222,251,169); }

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

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

 a { background-color: rgb(222,251,169); }

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

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

 span { border-color: rgb(222,251,169); }

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