Shades of Reef #CDE5AB
Tints of Reef #CDE5AB
RGB
CMYK
RGB Variations
Color information
#CDE5AB (or 0xCDE5AB) is known color: Reef. HEX triplet: CD, E5 and AB. RGB value is (205,229,171). Sum of RGB (Red+Green+Blue) = 205+229+171=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE5AB is #321A54. Grayscale: #D7D7D7. Windows color (decimal): -3283541 or 11265485. OLE color: 11265485.
HSL color Cylindrical-coordinate representation of color #CDE5AB: hue angle of 84.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE5AB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 171 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.10 |
| HSL | 84.83º | 0.53% | 0.78% | - |
| HSV(B) | 84.83º | 0.25% | 0.9% | - |
| XYZ | 60.55 | 71.96 | 49.23 | - |
| YUV | 215.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 171 | 0.10 | 0 | 0.25 | 0.10 | 84.83 | 0.53 | 0.78 |
| Hex | CD | E5 | AB | A | 0 | 19 | A | 55 | 35 | 4E |
| Octal | 315 | 345 | 253 | 12 | 0 | 31 | 12 | 125 | 65 | 116 |
| Binary | 11001101 | 11100101 | 10101011 | 1010 | 0 | 11001 | 1010 | 1010101 | 110101 | 1001110 |
Color Harmonies of #CDE5AB
Complementary color
Monochromatic Colors of #CDE5AB
Black with #CDE5AB
Text Example
Text Example
White with #CDE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5AB; }
p { color: rgb(205,229,171); }
H1.HeaderClassName
{
color: #CDE5AB;
}
.AnyTagClassName
{
color: #CDE5AB;
}
</style>
background-color css
<style>
a { background-color: #CDE5AB; }
a { background-color: rgb(205,229,171); }
div.DivClassName
{
background-color: #CDE5AB;
}
.BgClassName
{
background-color: #CDE5AB;
}
</style>
border-color css
<style>
span { border-color: #CDE5AB; }
span { border-color: rgb(205,229,171); }
td.TdClassName
{
border-color: #CDE5AB;
}
.TagClassName
{
border-color: #CDE5AB;
}
</style>