Shades of Reef #CDE9A7
Tints of Reef #CDE9A7
RGB
CMYK
RGB Variations
Color information
#CDE9A7 (or 0xCDE9A7) is known color: Reef. HEX triplet: CD, E9 and A7. RGB value is (205,233,167). Sum of RGB (Red+Green+Blue) = 205+233+167=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE9A7 is #321658. Grayscale: #D9D9D9. Windows color (decimal): -3282521 or 11004365. OLE color: 11004365.
HSL color Cylindrical-coordinate representation of color #CDE9A7: hue angle of 85.45º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDE9A7 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 167 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.09 |
| HSL | 85.45º | 0.6% | 0.78% | - |
| HSV(B) | 85.45º | 0.28% | 0.91% | - |
| XYZ | 61.29 | 74.05 | 47.62 | - |
| YUV | 217.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 167 | 0.12 | 0 | 0.28 | 0.09 | 85.45 | 0.6 | 0.78 |
| Hex | CD | E9 | A7 | C | 0 | 1C | 9 | 55 | 3C | 4E |
| Octal | 315 | 351 | 247 | 14 | 0 | 34 | 11 | 125 | 74 | 116 |
| Binary | 11001101 | 11101001 | 10100111 | 1100 | 0 | 11100 | 1001 | 1010101 | 111100 | 1001110 |
Color Harmonies of #CDE9A7
Complementary color
Monochromatic Colors of #CDE9A7
Black with #CDE9A7
Text Example
Text Example
White with #CDE9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9A7; }
p { color: rgb(205,233,167); }
H1.HeaderClassName
{
color: #CDE9A7;
}
.AnyTagClassName
{
color: #CDE9A7;
}
</style>
background-color css
<style>
a { background-color: #CDE9A7; }
a { background-color: rgb(205,233,167); }
div.DivClassName
{
background-color: #CDE9A7;
}
.BgClassName
{
background-color: #CDE9A7;
}
</style>
border-color css
<style>
span { border-color: #CDE9A7; }
span { border-color: rgb(205,233,167); }
td.TdClassName
{
border-color: #CDE9A7;
}
.TagClassName
{
border-color: #CDE9A7;
}
</style>