Shades of Reef #CDE9AF
Tints of Reef #CDE9AF
RGB
CMYK
RGB Variations
Color information
#CDE9AF (or 0xCDE9AF) is known color: Reef. HEX triplet: CD, E9 and AF. RGB value is (205,233,175). Sum of RGB (Red+Green+Blue) = 205+233+175=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE9AF is #321650. Grayscale: #DADADA. Windows color (decimal): -3282513 or 11528653. OLE color: 11528653.
HSL color Cylindrical-coordinate representation of color #CDE9AF: hue angle of 88.97º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE9AF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 175 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.09 |
| HSL | 88.97º | 0.57% | 0.8% | - |
| HSV(B) | 88.97º | 0.25% | 0.91% | - |
| XYZ | 62.05 | 74.35 | 51.64 | - |
| YUV | 218.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 175 | 0.12 | 0 | 0.25 | 0.09 | 88.97 | 0.57 | 0.8 |
| Hex | CD | E9 | AF | C | 0 | 19 | 9 | 59 | 39 | 50 |
| Octal | 315 | 351 | 257 | 14 | 0 | 31 | 11 | 131 | 71 | 120 |
| Binary | 11001101 | 11101001 | 10101111 | 1100 | 0 | 11001 | 1001 | 1011001 | 111001 | 1010000 |
Color Harmonies of #CDE9AF
Complementary color
Monochromatic Colors of #CDE9AF
Black with #CDE9AF
Text Example
Text Example
White with #CDE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9AF; }
p { color: rgb(205,233,175); }
H1.HeaderClassName
{
color: #CDE9AF;
}
.AnyTagClassName
{
color: #CDE9AF;
}
</style>
background-color css
<style>
a { background-color: #CDE9AF; }
a { background-color: rgb(205,233,175); }
div.DivClassName
{
background-color: #CDE9AF;
}
.BgClassName
{
background-color: #CDE9AF;
}
</style>
border-color css
<style>
span { border-color: #CDE9AF; }
span { border-color: rgb(205,233,175); }
td.TdClassName
{
border-color: #CDE9AF;
}
.TagClassName
{
border-color: #CDE9AF;
}
</style>