Shades of Reef #DCECA9
Tints of Reef #DCECA9
RGB
CMYK
RGB Variations
Color information
#DCECA9 (or 0xDCECA9) is known color: Reef. HEX triplet: DC, EC and A9. RGB value is (220,236,169). Sum of RGB (Red+Green+Blue) = 220+236+169=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECA9 is #231356. Grayscale: #DFDFDF. Windows color (decimal): -2298711 or 11136220. OLE color: 11136220.
HSL color Cylindrical-coordinate representation of color #DCECA9: hue angle of 74.33º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCECA9 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 169 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.07 |
| HSL | 74.33º | 0.64% | 0.79% | - |
| HSV(B) | 74.33º | 0.28% | 0.93% | - |
| XYZ | 66.67 | 78.07 | 49.09 | - |
| YUV | 223.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 169 | 0.07 | 0 | 0.28 | 0.07 | 74.33 | 0.64 | 0.79 |
| Hex | DC | EC | A9 | 7 | 0 | 1C | 7 | 4A | 40 | 4F |
| Octal | 334 | 354 | 251 | 7 | 0 | 34 | 7 | 112 | 100 | 117 |
| Binary | 11011100 | 11101100 | 10101001 | 111 | 0 | 11100 | 111 | 1001010 | 1000000 | 1001111 |
Color Harmonies of #DCECA9
Complementary color
Monochromatic Colors of #DCECA9
Black with #DCECA9
Text Example
Text Example
White with #DCECA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECA9; }
p { color: rgb(220,236,169); }
H1.HeaderClassName
{
color: #DCECA9;
}
.AnyTagClassName
{
color: #DCECA9;
}
</style>
background-color css
<style>
a { background-color: #DCECA9; }
a { background-color: rgb(220,236,169); }
div.DivClassName
{
background-color: #DCECA9;
}
.BgClassName
{
background-color: #DCECA9;
}
</style>
border-color css
<style>
span { border-color: #DCECA9; }
span { border-color: rgb(220,236,169); }
td.TdClassName
{
border-color: #DCECA9;
}
.TagClassName
{
border-color: #DCECA9;
}
</style>