Shades of Reef #CDE5AE
Tints of Reef #CDE5AE
RGB
CMYK
RGB Variations
Color information
#CDE5AE (or 0xCDE5AE) is known color: Reef. HEX triplet: CD, E5 and AE. RGB value is (205,229,174). Sum of RGB (Red+Green+Blue) = 205+229+174=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE5AE is #321A51. Grayscale: #D7D7D7. Windows color (decimal): -3283538 or 11462093. OLE color: 11462093.
HSL color Cylindrical-coordinate representation of color #CDE5AE: hue angle of 86.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE5AE is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 174 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.10 |
| HSL | 86.18º | 0.51% | 0.79% | - |
| HSV(B) | 86.18º | 0.24% | 0.9% | - |
| XYZ | 60.84 | 72.07 | 50.75 | - |
| YUV | 215.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 174 | 0.10 | 0 | 0.24 | 0.10 | 86.18 | 0.51 | 0.79 |
| Hex | CD | E5 | AE | A | 0 | 18 | A | 56 | 33 | 4F |
| Octal | 315 | 345 | 256 | 12 | 0 | 30 | 12 | 126 | 63 | 117 |
| Binary | 11001101 | 11100101 | 10101110 | 1010 | 0 | 11000 | 1010 | 1010110 | 110011 | 1001111 |
Color Harmonies of #CDE5AE
Complementary color
Monochromatic Colors of #CDE5AE
Black with #CDE5AE
Text Example
Text Example
White with #CDE5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5AE; }
p { color: rgb(205,229,174); }
H1.HeaderClassName
{
color: #CDE5AE;
}
.AnyTagClassName
{
color: #CDE5AE;
}
</style>
background-color css
<style>
a { background-color: #CDE5AE; }
a { background-color: rgb(205,229,174); }
div.DivClassName
{
background-color: #CDE5AE;
}
.BgClassName
{
background-color: #CDE5AE;
}
</style>
border-color css
<style>
span { border-color: #CDE5AE; }
span { border-color: rgb(205,229,174); }
td.TdClassName
{
border-color: #CDE5AE;
}
.TagClassName
{
border-color: #CDE5AE;
}
</style>