#DEFFAA

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

Shades of Reef #DEFFAA

Tints of Reef #DEFFAA

Color information

#DEFFAA (or 0xDEFFAA) is unknown color: approx Reef. HEX triplet: DE, FF and AA. RGB value is (222,255,170). Sum of RGB (Red+Green+Blue) = 222+255+170=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFAA is #210055. Grayscale: #EBEBEB. Windows color (decimal): -2162774 or 11206622. OLE color: 11206622.

HSL color Cylindrical-coordinate representation of color #DEFFAA: hue angle of 83.29º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEFFAA is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB222255170-
CMYK0.1300.330
HSL83.29º100%83.33%-
HSV(B)83.29º33.33%100%-
XYZ73.1489.9551.54-
YUV235.4491.07118.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 170 (66.80% from 255) = 26.28%
R=34.31%
G=39.41%
B=26.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551700.1300.33083.2910083.33
HexDEFFAAD0210536453
Octal336377252150410123144123
Binary110111101111111110101010110101000010101001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFAA; }

 p { color: rgb(222,255,170); }

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

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

 a { background-color: rgb(222,255,170); }

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

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

 span { border-color: rgb(222,255,170); }

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