Shades of Reef #CDE9AA
Tints of Reef #CDE9AA
RGB
CMYK
RGB Variations
Color information
#CDE9AA (or 0xCDE9AA) is known color: Reef. HEX triplet: CD, E9 and AA. RGB value is (205,233,170). Sum of RGB (Red+Green+Blue) = 205+233+170=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE9AA is #321655. Grayscale: #D9D9D9. Windows color (decimal): -3282518 or 11200973. OLE color: 11200973.
HSL color Cylindrical-coordinate representation of color #CDE9AA: hue angle of 86.67º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDE9AA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 170 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.09 |
| HSL | 86.67º | 0.59% | 0.79% | - |
| HSV(B) | 86.67º | 0.27% | 0.91% | - |
| XYZ | 61.57 | 74.16 | 49.1 | - |
| YUV | 217.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 170 | 0.12 | 0 | 0.27 | 0.09 | 86.67 | 0.59 | 0.79 |
| Hex | CD | E9 | AA | C | 0 | 1B | 9 | 57 | 3B | 4F |
| Octal | 315 | 351 | 252 | 14 | 0 | 33 | 11 | 127 | 73 | 117 |
| Binary | 11001101 | 11101001 | 10101010 | 1100 | 0 | 11011 | 1001 | 1010111 | 111011 | 1001111 |
Color Harmonies of #CDE9AA
Complementary color
Monochromatic Colors of #CDE9AA
Black with #CDE9AA
Text Example
Text Example
White with #CDE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9AA; }
p { color: rgb(205,233,170); }
H1.HeaderClassName
{
color: #CDE9AA;
}
.AnyTagClassName
{
color: #CDE9AA;
}
</style>
background-color css
<style>
a { background-color: #CDE9AA; }
a { background-color: rgb(205,233,170); }
div.DivClassName
{
background-color: #CDE9AA;
}
.BgClassName
{
background-color: #CDE9AA;
}
</style>
border-color css
<style>
span { border-color: #CDE9AA; }
span { border-color: rgb(205,233,170); }
td.TdClassName
{
border-color: #CDE9AA;
}
.TagClassName
{
border-color: #CDE9AA;
}
</style>