#DEFCA2

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

Shades of Reef #DEFCA2

Tints of Reef #DEFCA2

Color information

#DEFCA2 (or 0xDEFCA2) is unknown color: approx Reef. HEX triplet: DE, FC and A2. RGB value is (222,252,162). Sum of RGB (Red+Green+Blue) = 222+252+162=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCA2 is #21035D. Grayscale: #E9E9E9. Windows color (decimal): -2163550 or 10681566. OLE color: 10681566.

HSL color Cylindrical-coordinate representation of color #DEFCA2: hue angle of 80º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEFCA2 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB222252162-
CMYK0.1200.360.01
HSL80º93.75%81.18%-
HSV(B)80º35.71%98.82%-
XYZ71.4687.7647.36-
YUV232.7788.06120.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 162 (63.67% from 255) = 25.47%
R=34.91%
G=39.62%
B=25.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521620.1200.360.018093.7581.18
HexDEFCA2C0241505e51
Octal336374242140441120136121
Binary110111101111110010100010110001001001101000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCA2; }

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

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

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

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

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

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

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

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