Shades of Reef #CDE6AC
Tints of Reef #CDE6AC
RGB
CMYK
RGB Variations
Color information
#CDE6AC (or 0xCDE6AC) is known color: Reef. HEX triplet: CD, E6 and AC. RGB value is (205,230,172). Sum of RGB (Red+Green+Blue) = 205+230+172=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE6AC is #321953. Grayscale: #D8D8D8. Windows color (decimal): -3283284 or 11331277. OLE color: 11331277.
HSL color Cylindrical-coordinate representation of color #CDE6AC: hue angle of 85.86º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE6AC is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 172 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.10 |
| HSL | 85.86º | 0.54% | 0.79% | - |
| HSV(B) | 85.86º | 0.25% | 0.9% | - |
| XYZ | 60.92 | 72.55 | 49.82 | - |
| YUV | 215.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 172 | 0.11 | 0 | 0.25 | 0.10 | 85.86 | 0.54 | 0.79 |
| Hex | CD | E6 | AC | B | 0 | 19 | A | 56 | 36 | 4F |
| Octal | 315 | 346 | 254 | 13 | 0 | 31 | 12 | 126 | 66 | 117 |
| Binary | 11001101 | 11100110 | 10101100 | 1011 | 0 | 11001 | 1010 | 1010110 | 110110 | 1001111 |
Color Harmonies of #CDE6AC
Complementary color
Monochromatic Colors of #CDE6AC
Black with #CDE6AC
Text Example
Text Example
White with #CDE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6AC; }
p { color: rgb(205,230,172); }
H1.HeaderClassName
{
color: #CDE6AC;
}
.AnyTagClassName
{
color: #CDE6AC;
}
</style>
background-color css
<style>
a { background-color: #CDE6AC; }
a { background-color: rgb(205,230,172); }
div.DivClassName
{
background-color: #CDE6AC;
}
.BgClassName
{
background-color: #CDE6AC;
}
</style>
border-color css
<style>
span { border-color: #CDE6AC; }
span { border-color: rgb(205,230,172); }
td.TdClassName
{
border-color: #CDE6AC;
}
.TagClassName
{
border-color: #CDE6AC;
}
</style>