Shades of Reef #DCECA8
Tints of Reef #DCECA8
RGB
CMYK
RGB Variations
Color information
#DCECA8 (or 0xDCECA8) is known color: Reef. HEX triplet: DC, EC and A8. RGB value is (220,236,168). Sum of RGB (Red+Green+Blue) = 220+236+168=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECA8 is #231357. Grayscale: #DFDFDF. Windows color (decimal): -2298712 or 11070684. OLE color: 11070684.
HSL color Cylindrical-coordinate representation of color #DCECA8: hue angle of 74.12º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCECA8 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 168 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.07 |
| HSL | 74.12º | 0.64% | 0.79% | - |
| HSV(B) | 74.12º | 0.29% | 0.93% | - |
| XYZ | 66.58 | 78.03 | 48.6 | - |
| YUV | 223.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 168 | 0.07 | 0 | 0.29 | 0.07 | 74.12 | 0.64 | 0.79 |
| Hex | DC | EC | A8 | 7 | 0 | 1D | 7 | 4A | 40 | 4F |
| Octal | 334 | 354 | 250 | 7 | 0 | 35 | 7 | 112 | 100 | 117 |
| Binary | 11011100 | 11101100 | 10101000 | 111 | 0 | 11101 | 111 | 1001010 | 1000000 | 1001111 |
Color Harmonies of #DCECA8
Complementary color
Monochromatic Colors of #DCECA8
Black with #DCECA8
Text Example
Text Example
White with #DCECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECA8; }
p { color: rgb(220,236,168); }
H1.HeaderClassName
{
color: #DCECA8;
}
.AnyTagClassName
{
color: #DCECA8;
}
</style>
background-color css
<style>
a { background-color: #DCECA8; }
a { background-color: rgb(220,236,168); }
div.DivClassName
{
background-color: #DCECA8;
}
.BgClassName
{
background-color: #DCECA8;
}
</style>
border-color css
<style>
span { border-color: #DCECA8; }
span { border-color: rgb(220,236,168); }
td.TdClassName
{
border-color: #DCECA8;
}
.TagClassName
{
border-color: #DCECA8;
}
</style>