Shades of Reef #CDE2AA
Tints of Reef #CDE2AA
RGB
CMYK
RGB Variations
Color information
#CDE2AA (or 0xCDE2AA) is known color: Reef. HEX triplet: CD, E2 and AA. RGB value is (205,226,170). Sum of RGB (Red+Green+Blue) = 205+226+170=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE2AA is #321D55. Grayscale: #D5D5D5. Windows color (decimal): -3284310 or 11199181. OLE color: 11199181.
HSL color Cylindrical-coordinate representation of color #CDE2AA: hue angle of 82.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE2AA is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 170 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.11 |
| HSL | 82.5º | 0.49% | 0.78% | - |
| HSV(B) | 82.5º | 0.25% | 0.89% | - |
| XYZ | 59.63 | 70.27 | 48.45 | - |
| YUV | 213.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 170 | 0.09 | 0 | 0.25 | 0.11 | 82.5 | 0.49 | 0.78 |
| Hex | CD | E2 | AA | 9 | 0 | 19 | B | 52 | 31 | 4E |
| Octal | 315 | 342 | 252 | 11 | 0 | 31 | 13 | 122 | 61 | 116 |
| Binary | 11001101 | 11100010 | 10101010 | 1001 | 0 | 11001 | 1011 | 1010010 | 110001 | 1001110 |
Color Harmonies of #CDE2AA
Complementary color
Monochromatic Colors of #CDE2AA
Black with #CDE2AA
Text Example
Text Example
White with #CDE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2AA; }
p { color: rgb(205,226,170); }
H1.HeaderClassName
{
color: #CDE2AA;
}
.AnyTagClassName
{
color: #CDE2AA;
}
</style>
background-color css
<style>
a { background-color: #CDE2AA; }
a { background-color: rgb(205,226,170); }
div.DivClassName
{
background-color: #CDE2AA;
}
.BgClassName
{
background-color: #CDE2AA;
}
</style>
border-color css
<style>
span { border-color: #CDE2AA; }
span { border-color: rgb(205,226,170); }
td.TdClassName
{
border-color: #CDE2AA;
}
.TagClassName
{
border-color: #CDE2AA;
}
</style>