Shades of Reef #CDE4AF
Tints of Reef #CDE4AF
RGB
CMYK
RGB Variations
Color information
#CDE4AF (or 0xCDE4AF) is known color: Reef. HEX triplet: CD, E4 and AF. RGB value is (205,228,175). Sum of RGB (Red+Green+Blue) = 205+228+175=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE4AF is #321B50. Grayscale: #D7D7D7. Windows color (decimal): -3283793 or 11527373. OLE color: 11527373.
HSL color Cylindrical-coordinate representation of color #CDE4AF: hue angle of 86.04º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDE4AF is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 175 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.11 |
| HSL | 86.04º | 0.5% | 0.79% | - |
| HSV(B) | 86.04º | 0.23% | 0.89% | - |
| XYZ | 60.66 | 71.56 | 51.17 | - |
| YUV | 215.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 175 | 0.10 | 0 | 0.23 | 0.11 | 86.04 | 0.5 | 0.79 |
| Hex | CD | E4 | AF | A | 0 | 17 | B | 56 | 32 | 4F |
| Octal | 315 | 344 | 257 | 12 | 0 | 27 | 13 | 126 | 62 | 117 |
| Binary | 11001101 | 11100100 | 10101111 | 1010 | 0 | 10111 | 1011 | 1010110 | 110010 | 1001111 |
Color Harmonies of #CDE4AF
Complementary color
Monochromatic Colors of #CDE4AF
Black with #CDE4AF
Text Example
Text Example
White with #CDE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4AF; }
p { color: rgb(205,228,175); }
H1.HeaderClassName
{
color: #CDE4AF;
}
.AnyTagClassName
{
color: #CDE4AF;
}
</style>
background-color css
<style>
a { background-color: #CDE4AF; }
a { background-color: rgb(205,228,175); }
div.DivClassName
{
background-color: #CDE4AF;
}
.BgClassName
{
background-color: #CDE4AF;
}
</style>
border-color css
<style>
span { border-color: #CDE4AF; }
span { border-color: rgb(205,228,175); }
td.TdClassName
{
border-color: #CDE4AF;
}
.TagClassName
{
border-color: #CDE4AF;
}
</style>