Shades of Reef #CDE5AD
Tints of Reef #CDE5AD
RGB
CMYK
RGB Variations
Color information
#CDE5AD (or 0xCDE5AD) is known color: Reef. HEX triplet: CD, E5 and AD. RGB value is (205,229,173). Sum of RGB (Red+Green+Blue) = 205+229+173=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE5AD is #321A52. Grayscale: #D7D7D7. Windows color (decimal): -3283539 or 11396557. OLE color: 11396557.
HSL color Cylindrical-coordinate representation of color #CDE5AD: hue angle of 85.71º degrees, saturation: 0.52, 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 #CDE5AD is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 173 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.10 |
| HSL | 85.71º | 0.52% | 0.79% | - |
| HSV(B) | 85.71º | 0.24% | 0.9% | - |
| XYZ | 60.74 | 72.03 | 50.24 | - |
| YUV | 215.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 173 | 0.10 | 0 | 0.24 | 0.10 | 85.71 | 0.52 | 0.79 |
| Hex | CD | E5 | AD | A | 0 | 18 | A | 56 | 34 | 4F |
| Octal | 315 | 345 | 255 | 12 | 0 | 30 | 12 | 126 | 64 | 117 |
| Binary | 11001101 | 11100101 | 10101101 | 1010 | 0 | 11000 | 1010 | 1010110 | 110100 | 1001111 |
Color Harmonies of #CDE5AD
Complementary color
Monochromatic Colors of #CDE5AD
Black with #CDE5AD
Text Example
Text Example
White with #CDE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5AD; }
p { color: rgb(205,229,173); }
H1.HeaderClassName
{
color: #CDE5AD;
}
.AnyTagClassName
{
color: #CDE5AD;
}
</style>
background-color css
<style>
a { background-color: #CDE5AD; }
a { background-color: rgb(205,229,173); }
div.DivClassName
{
background-color: #CDE5AD;
}
.BgClassName
{
background-color: #CDE5AD;
}
</style>
border-color css
<style>
span { border-color: #CDE5AD; }
span { border-color: rgb(205,229,173); }
td.TdClassName
{
border-color: #CDE5AD;
}
.TagClassName
{
border-color: #CDE5AD;
}
</style>