#DEFFA2

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

Shades of Reef #DEFFA2

Tints of Reef #DEFFA2

Color information

#DEFFA2 (or 0xDEFFA2) is unknown color: approx Reef. HEX triplet: DE, FF and A2. RGB value is (222,255,162). Sum of RGB (Red+Green+Blue) = 222+255+162=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFA2 is #21005D. Grayscale: #EAEAEA. Windows color (decimal): -2162782 or 10682334. OLE color: 10682334.

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

Color convert

RGB222255162-
CMYK0.1300.360
HSL81.29º100%81.76%-
HSV(B)81.29º36.47%100%-
XYZ72.4189.6647.67-
YUV234.5387.07119.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 162 (63.67% from 255) = 25.35%
R=34.74%
G=39.91%
B=25.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551620.1300.36081.2910081.76
HexDEFFA2D0240516452
Octal336377242150440121144122
Binary110111101111111110100010110101001000101000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFA2; }

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

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

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

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

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

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

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

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