#DEFCA6

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

Shades of Reef #DEFCA6

Tints of Reef #DEFCA6

Color information

#DEFCA6 (or 0xDEFCA6) is unknown color: approx Reef. HEX triplet: DE, FC and A6. RGB value is (222,252,166). Sum of RGB (Red+Green+Blue) = 222+252+166=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCA6 is #210359. Grayscale: #E9E9E9. Windows color (decimal): -2163546 or 10943710. OLE color: 10943710.

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

Color convert

RGB222252166-
CMYK0.1200.340.01
HSL80.93º93.48%81.96%-
HSV(B)80.93º34.13%98.82%-
XYZ71.8287.949.26-
YUV233.2390.06119.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 252 (98.83% from 255) = 39.38%
BLUE value IS 166 (65.23% from 255) = 25.94%
R=34.69%
G=39.38%
B=25.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521660.1200.340.0180.9393.4881.96
HexDEFCA6C0221515d52
Octal336374246140421121135122
Binary110111101111110010100110110001000101101000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCA6; }

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

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

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

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

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

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

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

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