Shades of Reef #DEECA3
Tints of Reef #DEECA3
RGB
CMYK
RGB Variations
Color information
#DEECA3 (or 0xDEECA3) is known color: Reef. HEX triplet: DE, EC and A3. RGB value is (222,236,163). Sum of RGB (Red+Green+Blue) = 222+236+163=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECA3 is #21135C. Grayscale: #DFDFDF. Windows color (decimal): -2167645 or 10743006. OLE color: 10743006.
HSL color Cylindrical-coordinate representation of color #DEECA3: hue angle of 71.51º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEECA3 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 163 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.07 |
| HSL | 71.51º | 0.66% | 0.78% | - |
| HSV(B) | 71.51º | 0.31% | 0.93% | - |
| XYZ | 66.73 | 78.16 | 46.22 | - |
| YUV | 223.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 163 | 0.06 | 0 | 0.31 | 0.07 | 71.51 | 0.66 | 0.78 |
| Hex | DE | EC | A3 | 6 | 0 | 1F | 7 | 48 | 42 | 4E |
| Octal | 336 | 354 | 243 | 6 | 0 | 37 | 7 | 110 | 102 | 116 |
| Binary | 11011110 | 11101100 | 10100011 | 110 | 0 | 11111 | 111 | 1001000 | 1000010 | 1001110 |
Color Harmonies of #DEECA3
Complementary color
Monochromatic Colors of #DEECA3
Black with #DEECA3
Text Example
Text Example
White with #DEECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECA3; }
p { color: rgb(222,236,163); }
H1.HeaderClassName
{
color: #DEECA3;
}
.AnyTagClassName
{
color: #DEECA3;
}
</style>
background-color css
<style>
a { background-color: #DEECA3; }
a { background-color: rgb(222,236,163); }
div.DivClassName
{
background-color: #DEECA3;
}
.BgClassName
{
background-color: #DEECA3;
}
</style>
border-color css
<style>
span { border-color: #DEECA3; }
span { border-color: rgb(222,236,163); }
td.TdClassName
{
border-color: #DEECA3;
}
.TagClassName
{
border-color: #DEECA3;
}
</style>