Shades of Reef #CDE0A9
Tints of Reef #CDE0A9
RGB
CMYK
RGB Variations
Color information
#CDE0A9 (or 0xCDE0A9) is known color: Reef. HEX triplet: CD, E0 and A9. RGB value is (205,224,169). Sum of RGB (Red+Green+Blue) = 205+224+169=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0A9 is #321F56. Grayscale: #D4D4D4. Windows color (decimal): -3284823 or 11133133. OLE color: 11133133.
HSL color Cylindrical-coordinate representation of color #CDE0A9: hue angle of 80.73º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE0A9 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 169 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.12 |
| HSL | 80.73º | 0.47% | 0.77% | - |
| HSV(B) | 80.73º | 0.25% | 0.88% | - |
| XYZ | 58.99 | 69.16 | 47.78 | - |
| YUV | 212.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 169 | 0.08 | 0 | 0.25 | 0.12 | 80.73 | 0.47 | 0.77 |
| Hex | CD | E0 | A9 | 8 | 0 | 19 | C | 51 | 2F | 4D |
| Octal | 315 | 340 | 251 | 10 | 0 | 31 | 14 | 121 | 57 | 115 |
| Binary | 11001101 | 11100000 | 10101001 | 1000 | 0 | 11001 | 1100 | 1010001 | 101111 | 1001101 |
Color Harmonies of #CDE0A9
Complementary color
Monochromatic Colors of #CDE0A9
Black with #CDE0A9
Text Example
Text Example
White with #CDE0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0A9; }
p { color: rgb(205,224,169); }
H1.HeaderClassName
{
color: #CDE0A9;
}
.AnyTagClassName
{
color: #CDE0A9;
}
</style>
background-color css
<style>
a { background-color: #CDE0A9; }
a { background-color: rgb(205,224,169); }
div.DivClassName
{
background-color: #CDE0A9;
}
.BgClassName
{
background-color: #CDE0A9;
}
</style>
border-color css
<style>
span { border-color: #CDE0A9; }
span { border-color: rgb(205,224,169); }
td.TdClassName
{
border-color: #CDE0A9;
}
.TagClassName
{
border-color: #CDE0A9;
}
</style>