Shades of Reef #CDEEAB
Tints of Reef #CDEEAB
RGB
CMYK
RGB Variations
Color information
#CDEEAB (or 0xCDEEAB) is known color: Reef. HEX triplet: CD, EE and AB. RGB value is (205,238,171). Sum of RGB (Red+Green+Blue) = 205+238+171=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEAB is #321154. Grayscale: #DCDCDC. Windows color (decimal): -3281237 or 11267789. OLE color: 11267789.
HSL color Cylindrical-coordinate representation of color #CDEEAB: hue angle of 89.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDEEAB is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 171 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.07 |
| HSL | 89.55º | 0.66% | 0.8% | - |
| HSV(B) | 89.55º | 0.28% | 0.93% | - |
| XYZ | 63.1 | 77.07 | 50.08 | - |
| YUV | 220.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 171 | 0.14 | 0 | 0.28 | 0.07 | 89.55 | 0.66 | 0.8 |
| Hex | CD | EE | AB | E | 0 | 1C | 7 | 5A | 42 | 50 |
| Octal | 315 | 356 | 253 | 16 | 0 | 34 | 7 | 132 | 102 | 120 |
| Binary | 11001101 | 11101110 | 10101011 | 1110 | 0 | 11100 | 111 | 1011010 | 1000010 | 1010000 |
Color Harmonies of #CDEEAB
Complementary color
Monochromatic Colors of #CDEEAB
Black with #CDEEAB
Text Example
Text Example
White with #CDEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEAB; }
p { color: rgb(205,238,171); }
H1.HeaderClassName
{
color: #CDEEAB;
}
.AnyTagClassName
{
color: #CDEEAB;
}
</style>
background-color css
<style>
a { background-color: #CDEEAB; }
a { background-color: rgb(205,238,171); }
div.DivClassName
{
background-color: #CDEEAB;
}
.BgClassName
{
background-color: #CDEEAB;
}
</style>
border-color css
<style>
span { border-color: #CDEEAB; }
span { border-color: rgb(205,238,171); }
td.TdClassName
{
border-color: #CDEEAB;
}
.TagClassName
{
border-color: #CDEEAB;
}
</style>