#DEFCA0

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

Shades of Reef #DEFCA0

Tints of Reef #DEFCA0

Color information

#DEFCA0 (or 0xDEFCA0) is unknown color: approx Reef. HEX triplet: DE, FC and A0. RGB value is (222,252,160). Sum of RGB (Red+Green+Blue) = 222+252+160=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCA0 is #21035F. Grayscale: #E8E8E8. Windows color (decimal): -2163552 or 10550494. OLE color: 10550494.

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

Color convert

RGB222252160-
CMYK0.1200.370.01
HSL79.57º93.88%80.78%-
HSV(B)79.57º36.51%98.82%-
XYZ71.2887.6946.43-
YUV232.5487.06120.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 160 (62.89% from 255) = 25.24%
R=35.02%
G=39.75%
B=25.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521600.1200.370.0179.5793.8880.78
HexDEFCA0C0251505e51
Octal336374240140451120136121
Binary110111101111110010100000110001001011101000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCA0; }

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

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

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

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

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

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

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

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