Shades of Reef #CDE6AA
Tints of Reef #CDE6AA
RGB
CMYK
RGB Variations
Color information
#CDE6AA (or 0xCDE6AA) is known color: Reef. HEX triplet: CD, E6 and AA. RGB value is (205,230,170). Sum of RGB (Red+Green+Blue) = 205+230+170=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE6AA is #321955. Grayscale: #D7D7D7. Windows color (decimal): -3283286 or 11200205. OLE color: 11200205.
HSL color Cylindrical-coordinate representation of color #CDE6AA: hue angle of 85º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDE6AA is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 170 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.10 |
| HSL | 85º | 0.55% | 0.78% | - |
| HSV(B) | 85º | 0.26% | 0.9% | - |
| XYZ | 60.73 | 72.48 | 48.82 | - |
| YUV | 215.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 170 | 0.11 | 0 | 0.26 | 0.10 | 85 | 0.55 | 0.78 |
| Hex | CD | E6 | AA | B | 0 | 1A | A | 55 | 37 | 4E |
| Octal | 315 | 346 | 252 | 13 | 0 | 32 | 12 | 125 | 67 | 116 |
| Binary | 11001101 | 11100110 | 10101010 | 1011 | 0 | 11010 | 1010 | 1010101 | 110111 | 1001110 |
Color Harmonies of #CDE6AA
Complementary color
Monochromatic Colors of #CDE6AA
Black with #CDE6AA
Text Example
Text Example
White with #CDE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6AA; }
p { color: rgb(205,230,170); }
H1.HeaderClassName
{
color: #CDE6AA;
}
.AnyTagClassName
{
color: #CDE6AA;
}
</style>
background-color css
<style>
a { background-color: #CDE6AA; }
a { background-color: rgb(205,230,170); }
div.DivClassName
{
background-color: #CDE6AA;
}
.BgClassName
{
background-color: #CDE6AA;
}
</style>
border-color css
<style>
span { border-color: #CDE6AA; }
span { border-color: rgb(205,230,170); }
td.TdClassName
{
border-color: #CDE6AA;
}
.TagClassName
{
border-color: #CDE6AA;
}
</style>