Shades of Reef #CDE1AE
Tints of Reef #CDE1AE
RGB
CMYK
RGB Variations
Color information
#CDE1AE (or 0xCDE1AE) is known color: Reef. HEX triplet: CD, E1 and AE. RGB value is (205,225,174). Sum of RGB (Red+Green+Blue) = 205+225+174=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE1AE is #321E51. Grayscale: #D5D5D5. Windows color (decimal): -3284562 or 11461069. OLE color: 11461069.
HSL color Cylindrical-coordinate representation of color #CDE1AE: hue angle of 83.53º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDE1AE is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 174 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.12 |
| HSL | 83.53º | 0.46% | 0.78% | - |
| HSV(B) | 83.53º | 0.23% | 0.88% | - |
| XYZ | 59.74 | 69.89 | 50.38 | - |
| YUV | 213.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 174 | 0.09 | 0 | 0.23 | 0.12 | 83.53 | 0.46 | 0.78 |
| Hex | CD | E1 | AE | 9 | 0 | 17 | C | 54 | 2E | 4E |
| Octal | 315 | 341 | 256 | 11 | 0 | 27 | 14 | 124 | 56 | 116 |
| Binary | 11001101 | 11100001 | 10101110 | 1001 | 0 | 10111 | 1100 | 1010100 | 101110 | 1001110 |
Color Harmonies of #CDE1AE
Complementary color
Monochromatic Colors of #CDE1AE
Black with #CDE1AE
Text Example
Text Example
White with #CDE1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1AE; }
p { color: rgb(205,225,174); }
H1.HeaderClassName
{
color: #CDE1AE;
}
.AnyTagClassName
{
color: #CDE1AE;
}
</style>
background-color css
<style>
a { background-color: #CDE1AE; }
a { background-color: rgb(205,225,174); }
div.DivClassName
{
background-color: #CDE1AE;
}
.BgClassName
{
background-color: #CDE1AE;
}
</style>
border-color css
<style>
span { border-color: #CDE1AE; }
span { border-color: rgb(205,225,174); }
td.TdClassName
{
border-color: #CDE1AE;
}
.TagClassName
{
border-color: #CDE1AE;
}
</style>