Shades of Reef #CDE4AB
Tints of Reef #CDE4AB
RGB
CMYK
RGB Variations
Color information
#CDE4AB (or 0xCDE4AB) is known color: Reef. HEX triplet: CD, E4 and AB. RGB value is (205,228,171). Sum of RGB (Red+Green+Blue) = 205+228+171=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE4AB is #321B54. Grayscale: #D6D6D6. Windows color (decimal): -3283797 or 11265229. OLE color: 11265229.
HSL color Cylindrical-coordinate representation of color #CDE4AB: hue angle of 84.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE4AB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 171 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.11 |
| HSL | 84.21º | 0.51% | 0.78% | - |
| HSV(B) | 84.21º | 0.25% | 0.89% | - |
| XYZ | 60.27 | 71.41 | 49.13 | - |
| YUV | 214.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 171 | 0.10 | 0 | 0.25 | 0.11 | 84.21 | 0.51 | 0.78 |
| Hex | CD | E4 | AB | A | 0 | 19 | B | 54 | 33 | 4E |
| Octal | 315 | 344 | 253 | 12 | 0 | 31 | 13 | 124 | 63 | 116 |
| Binary | 11001101 | 11100100 | 10101011 | 1010 | 0 | 11001 | 1011 | 1010100 | 110011 | 1001110 |
Color Harmonies of #CDE4AB
Complementary color
Monochromatic Colors of #CDE4AB
Black with #CDE4AB
Text Example
Text Example
White with #CDE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4AB; }
p { color: rgb(205,228,171); }
H1.HeaderClassName
{
color: #CDE4AB;
}
.AnyTagClassName
{
color: #CDE4AB;
}
</style>
background-color css
<style>
a { background-color: #CDE4AB; }
a { background-color: rgb(205,228,171); }
div.DivClassName
{
background-color: #CDE4AB;
}
.BgClassName
{
background-color: #CDE4AB;
}
</style>
border-color css
<style>
span { border-color: #CDE4AB; }
span { border-color: rgb(205,228,171); }
td.TdClassName
{
border-color: #CDE4AB;
}
.TagClassName
{
border-color: #CDE4AB;
}
</style>