Shades of Reef #CDE7AF
Tints of Reef #CDE7AF
RGB
CMYK
RGB Variations
Color information
#CDE7AF (or 0xCDE7AF) is known color: Reef. HEX triplet: CD, E7 and AF. RGB value is (205,231,175). Sum of RGB (Red+Green+Blue) = 205+231+175=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE7AF is #321850. Grayscale: #D9D9D9. Windows color (decimal): -3283025 or 11528141. OLE color: 11528141.
HSL color Cylindrical-coordinate representation of color #CDE7AF: hue angle of 87.86º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE7AF is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 175 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.09 |
| HSL | 87.86º | 0.54% | 0.8% | - |
| HSV(B) | 87.86º | 0.24% | 0.91% | - |
| XYZ | 61.49 | 73.23 | 51.45 | - |
| YUV | 216.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 175 | 0.11 | 0 | 0.24 | 0.09 | 87.86 | 0.54 | 0.8 |
| Hex | CD | E7 | AF | B | 0 | 18 | 9 | 58 | 36 | 50 |
| Octal | 315 | 347 | 257 | 13 | 0 | 30 | 11 | 130 | 66 | 120 |
| Binary | 11001101 | 11100111 | 10101111 | 1011 | 0 | 11000 | 1001 | 1011000 | 110110 | 1010000 |
Color Harmonies of #CDE7AF
Complementary color
Monochromatic Colors of #CDE7AF
Black with #CDE7AF
Text Example
Text Example
White with #CDE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7AF; }
p { color: rgb(205,231,175); }
H1.HeaderClassName
{
color: #CDE7AF;
}
.AnyTagClassName
{
color: #CDE7AF;
}
</style>
background-color css
<style>
a { background-color: #CDE7AF; }
a { background-color: rgb(205,231,175); }
div.DivClassName
{
background-color: #CDE7AF;
}
.BgClassName
{
background-color: #CDE7AF;
}
</style>
border-color css
<style>
span { border-color: #CDE7AF; }
span { border-color: rgb(205,231,175); }
td.TdClassName
{
border-color: #CDE7AF;
}
.TagClassName
{
border-color: #CDE7AF;
}
</style>