Shades of Reef #DCECAA
Tints of Reef #DCECAA
RGB
CMYK
RGB Variations
Color information
#DCECAA (or 0xDCECAA) is known color: Reef. HEX triplet: DC, EC and AA. RGB value is (220,236,170). Sum of RGB (Red+Green+Blue) = 220+236+170=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECAA is #231355. Grayscale: #DFDFDF. Windows color (decimal): -2298710 or 11201756. OLE color: 11201756.
HSL color Cylindrical-coordinate representation of color #DCECAA: hue angle of 74.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCECAA is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 170 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.07 |
| HSL | 74.55º | 0.63% | 0.8% | - |
| HSV(B) | 74.55º | 0.28% | 0.93% | - |
| XYZ | 66.77 | 78.11 | 49.59 | - |
| YUV | 223.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 170 | 0.07 | 0 | 0.28 | 0.07 | 74.55 | 0.63 | 0.8 |
| Hex | DC | EC | AA | 7 | 0 | 1C | 7 | 4B | 3F | 50 |
| Octal | 334 | 354 | 252 | 7 | 0 | 34 | 7 | 113 | 77 | 120 |
| Binary | 11011100 | 11101100 | 10101010 | 111 | 0 | 11100 | 111 | 1001011 | 111111 | 1010000 |
Color Harmonies of #DCECAA
Complementary color
Monochromatic Colors of #DCECAA
Black with #DCECAA
Text Example
Text Example
White with #DCECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECAA; }
p { color: rgb(220,236,170); }
H1.HeaderClassName
{
color: #DCECAA;
}
.AnyTagClassName
{
color: #DCECAA;
}
</style>
background-color css
<style>
a { background-color: #DCECAA; }
a { background-color: rgb(220,236,170); }
div.DivClassName
{
background-color: #DCECAA;
}
.BgClassName
{
background-color: #DCECAA;
}
</style>
border-color css
<style>
span { border-color: #DCECAA; }
span { border-color: rgb(220,236,170); }
td.TdClassName
{
border-color: #DCECAA;
}
.TagClassName
{
border-color: #DCECAA;
}
</style>