Shades of Reef #CDE9AC
Tints of Reef #CDE9AC
RGB
CMYK
RGB Variations
Color information
#CDE9AC (or 0xCDE9AC) is known color: Reef. HEX triplet: CD, E9 and AC. RGB value is (205,233,172). Sum of RGB (Red+Green+Blue) = 205+233+172=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE9AC is #321653. Grayscale: #D9D9D9. Windows color (decimal): -3282516 or 11332045. OLE color: 11332045.
HSL color Cylindrical-coordinate representation of color #CDE9AC: hue angle of 87.54º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDE9AC is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 172 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.09 |
| HSL | 87.54º | 0.58% | 0.79% | - |
| HSV(B) | 87.54º | 0.26% | 0.91% | - |
| XYZ | 61.76 | 74.24 | 50.1 | - |
| YUV | 217.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 172 | 0.12 | 0 | 0.26 | 0.09 | 87.54 | 0.58 | 0.79 |
| Hex | CD | E9 | AC | C | 0 | 1A | 9 | 58 | 3A | 4F |
| Octal | 315 | 351 | 254 | 14 | 0 | 32 | 11 | 130 | 72 | 117 |
| Binary | 11001101 | 11101001 | 10101100 | 1100 | 0 | 11010 | 1001 | 1011000 | 111010 | 1001111 |
Color Harmonies of #CDE9AC
Complementary color
Monochromatic Colors of #CDE9AC
Black with #CDE9AC
Text Example
Text Example
White with #CDE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9AC; }
p { color: rgb(205,233,172); }
H1.HeaderClassName
{
color: #CDE9AC;
}
.AnyTagClassName
{
color: #CDE9AC;
}
</style>
background-color css
<style>
a { background-color: #CDE9AC; }
a { background-color: rgb(205,233,172); }
div.DivClassName
{
background-color: #CDE9AC;
}
.BgClassName
{
background-color: #CDE9AC;
}
</style>
border-color css
<style>
span { border-color: #CDE9AC; }
span { border-color: rgb(205,233,172); }
td.TdClassName
{
border-color: #CDE9AC;
}
.TagClassName
{
border-color: #CDE9AC;
}
</style>