Shades of Reef #CDE8AA
Tints of Reef #CDE8AA
RGB
CMYK
RGB Variations
Color information
#CDE8AA (or 0xCDE8AA) is known color: Reef. HEX triplet: CD, E8 and AA. RGB value is (205,232,170). Sum of RGB (Red+Green+Blue) = 205+232+170=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE8AA is #321755. Grayscale: #D9D9D9. Windows color (decimal): -3282774 or 11200717. OLE color: 11200717.
HSL color Cylindrical-coordinate representation of color #CDE8AA: hue angle of 86.13º degrees, saturation: 0.57, 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 #CDE8AA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 170 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.09 |
| HSL | 86.13º | 0.57% | 0.79% | - |
| HSV(B) | 86.13º | 0.27% | 0.91% | - |
| XYZ | 61.29 | 73.59 | 49.01 | - |
| YUV | 216.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 170 | 0.12 | 0 | 0.27 | 0.09 | 86.13 | 0.57 | 0.79 |
| Hex | CD | E8 | AA | C | 0 | 1B | 9 | 56 | 39 | 4F |
| Octal | 315 | 350 | 252 | 14 | 0 | 33 | 11 | 126 | 71 | 117 |
| Binary | 11001101 | 11101000 | 10101010 | 1100 | 0 | 11011 | 1001 | 1010110 | 111001 | 1001111 |
Color Harmonies of #CDE8AA
Complementary color
Monochromatic Colors of #CDE8AA
Black with #CDE8AA
Text Example
Text Example
White with #CDE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8AA; }
p { color: rgb(205,232,170); }
H1.HeaderClassName
{
color: #CDE8AA;
}
.AnyTagClassName
{
color: #CDE8AA;
}
</style>
background-color css
<style>
a { background-color: #CDE8AA; }
a { background-color: rgb(205,232,170); }
div.DivClassName
{
background-color: #CDE8AA;
}
.BgClassName
{
background-color: #CDE8AA;
}
</style>
border-color css
<style>
span { border-color: #CDE8AA; }
span { border-color: rgb(205,232,170); }
td.TdClassName
{
border-color: #CDE8AA;
}
.TagClassName
{
border-color: #CDE8AA;
}
</style>