#DEFFA0

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

Shades of Reef #DEFFA0

Tints of Reef #DEFFA0

Color information

#DEFFA0 (or 0xDEFFA0) is unknown color: approx Reef. HEX triplet: DE, FF and A0. RGB value is (222,255,160). Sum of RGB (Red+Green+Blue) = 222+255+160=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFA0 is #21005F. Grayscale: #EAEAEA. Windows color (decimal): -2162784 or 10551262. OLE color: 10551262.

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

Color convert

RGB222255160-
CMYK0.1300.370
HSL80.84º100%81.37%-
HSV(B)80.84º37.25%100%-
XYZ72.2389.5946.74-
YUV234.386.07119.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 160 (62.89% from 255) = 25.12%
R=34.85%
G=40.03%
B=25.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551600.1300.37080.8410081.37
HexDEFFA0D0250516451
Octal336377240150450121144121
Binary110111101111111110100000110101001010101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFA0; }

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

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

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

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

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

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

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

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