Shades of Reef #CDE3AE
Tints of Reef #CDE3AE
RGB
CMYK
RGB Variations
Color information
#CDE3AE (or 0xCDE3AE) is known color: Reef. HEX triplet: CD, E3 and AE. RGB value is (205,227,174). Sum of RGB (Red+Green+Blue) = 205+227+174=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE3AE is #321C51. Grayscale: #D6D6D6. Windows color (decimal): -3284050 or 11461581. OLE color: 11461581.
HSL color Cylindrical-coordinate representation of color #CDE3AE: hue angle of 84.91º degrees, saturation: 0.49, 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 #CDE3AE is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 174 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.11 |
| HSL | 84.91º | 0.49% | 0.79% | - |
| HSV(B) | 84.91º | 0.23% | 0.89% | - |
| XYZ | 60.29 | 70.97 | 50.57 | - |
| YUV | 214.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 174 | 0.10 | 0 | 0.23 | 0.11 | 84.91 | 0.49 | 0.79 |
| Hex | CD | E3 | AE | A | 0 | 17 | B | 55 | 31 | 4F |
| Octal | 315 | 343 | 256 | 12 | 0 | 27 | 13 | 125 | 61 | 117 |
| Binary | 11001101 | 11100011 | 10101110 | 1010 | 0 | 10111 | 1011 | 1010101 | 110001 | 1001111 |
Color Harmonies of #CDE3AE
Complementary color
Monochromatic Colors of #CDE3AE
Black with #CDE3AE
Text Example
Text Example
White with #CDE3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3AE; }
p { color: rgb(205,227,174); }
H1.HeaderClassName
{
color: #CDE3AE;
}
.AnyTagClassName
{
color: #CDE3AE;
}
</style>
background-color css
<style>
a { background-color: #CDE3AE; }
a { background-color: rgb(205,227,174); }
div.DivClassName
{
background-color: #CDE3AE;
}
.BgClassName
{
background-color: #CDE3AE;
}
</style>
border-color css
<style>
span { border-color: #CDE3AE; }
span { border-color: rgb(205,227,174); }
td.TdClassName
{
border-color: #CDE3AE;
}
.TagClassName
{
border-color: #CDE3AE;
}
</style>