Shades of Reef #CDE6AD
Tints of Reef #CDE6AD
RGB
CMYK
RGB Variations
Color information
#CDE6AD (or 0xCDE6AD) is known color: Reef. HEX triplet: CD, E6 and AD. RGB value is (205,230,173). Sum of RGB (Red+Green+Blue) = 205+230+173=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE6AD is #321952. Grayscale: #D8D8D8. Windows color (decimal): -3283283 or 11396813. OLE color: 11396813.
HSL color Cylindrical-coordinate representation of color #CDE6AD: hue angle of 86.32º degrees, saturation: 0.53, 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 #CDE6AD is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 173 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.10 |
| HSL | 86.32º | 0.53% | 0.79% | - |
| HSV(B) | 86.32º | 0.25% | 0.9% | - |
| XYZ | 61.02 | 72.59 | 50.33 | - |
| YUV | 216.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 173 | 0.11 | 0 | 0.25 | 0.10 | 86.32 | 0.53 | 0.79 |
| Hex | CD | E6 | AD | B | 0 | 19 | A | 56 | 35 | 4F |
| Octal | 315 | 346 | 255 | 13 | 0 | 31 | 12 | 126 | 65 | 117 |
| Binary | 11001101 | 11100110 | 10101101 | 1011 | 0 | 11001 | 1010 | 1010110 | 110101 | 1001111 |
Color Harmonies of #CDE6AD
Complementary color
Monochromatic Colors of #CDE6AD
Black with #CDE6AD
Text Example
Text Example
White with #CDE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6AD; }
p { color: rgb(205,230,173); }
H1.HeaderClassName
{
color: #CDE6AD;
}
.AnyTagClassName
{
color: #CDE6AD;
}
</style>
background-color css
<style>
a { background-color: #CDE6AD; }
a { background-color: rgb(205,230,173); }
div.DivClassName
{
background-color: #CDE6AD;
}
.BgClassName
{
background-color: #CDE6AD;
}
</style>
border-color css
<style>
span { border-color: #CDE6AD; }
span { border-color: rgb(205,230,173); }
td.TdClassName
{
border-color: #CDE6AD;
}
.TagClassName
{
border-color: #CDE6AD;
}
</style>