Shades of Reef #DEECA1
Tints of Reef #DEECA1
RGB
CMYK
RGB Variations
Color information
#DEECA1 (or 0xDEECA1) is known color: Reef. HEX triplet: DE, EC and A1. RGB value is (222,236,161). Sum of RGB (Red+Green+Blue) = 222+236+161=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECA1 is #21135E. Grayscale: #DFDFDF. Windows color (decimal): -2167647 or 10611934. OLE color: 10611934.
HSL color Cylindrical-coordinate representation of color #DEECA1: hue angle of 71.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEECA1 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 161 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.07 |
| HSL | 71.2º | 0.66% | 0.78% | - |
| HSV(B) | 71.2º | 0.32% | 0.93% | - |
| XYZ | 66.55 | 78.09 | 45.28 | - |
| YUV | 223.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 161 | 0.06 | 0 | 0.32 | 0.07 | 71.2 | 0.66 | 0.78 |
| Hex | DE | EC | A1 | 6 | 0 | 20 | 7 | 47 | 42 | 4E |
| Octal | 336 | 354 | 241 | 6 | 0 | 40 | 7 | 107 | 102 | 116 |
| Binary | 11011110 | 11101100 | 10100001 | 110 | 0 | 100000 | 111 | 1000111 | 1000010 | 1001110 |
Color Harmonies of #DEECA1
Complementary color
Monochromatic Colors of #DEECA1
Black with #DEECA1
Text Example
Text Example
White with #DEECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECA1; }
p { color: rgb(222,236,161); }
H1.HeaderClassName
{
color: #DEECA1;
}
.AnyTagClassName
{
color: #DEECA1;
}
</style>
background-color css
<style>
a { background-color: #DEECA1; }
a { background-color: rgb(222,236,161); }
div.DivClassName
{
background-color: #DEECA1;
}
.BgClassName
{
background-color: #DEECA1;
}
</style>
border-color css
<style>
span { border-color: #DEECA1; }
span { border-color: rgb(222,236,161); }
td.TdClassName
{
border-color: #DEECA1;
}
.TagClassName
{
border-color: #DEECA1;
}
</style>