Shades of Reef #CDEDAB
Tints of Reef #CDEDAB
RGB
CMYK
RGB Variations
Color information
#CDEDAB (or 0xCDEDAB) is known color: Reef. HEX triplet: CD, ED and AB. RGB value is (205,237,171). Sum of RGB (Red+Green+Blue) = 205+237+171=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDAB is #321254. Grayscale: #DCDCDC. Windows color (decimal): -3281493 or 11267533. OLE color: 11267533.
HSL color Cylindrical-coordinate representation of color #CDEDAB: hue angle of 89.09º degrees, saturation: 0.65, 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 #CDEDAB is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 171 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.07 |
| HSL | 89.09º | 0.65% | 0.8% | - |
| HSV(B) | 89.09º | 0.28% | 0.93% | - |
| XYZ | 62.81 | 76.49 | 49.98 | - |
| YUV | 219.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 171 | 0.14 | 0 | 0.28 | 0.07 | 89.09 | 0.65 | 0.8 |
| Hex | CD | ED | AB | E | 0 | 1C | 7 | 59 | 41 | 50 |
| Octal | 315 | 355 | 253 | 16 | 0 | 34 | 7 | 131 | 101 | 120 |
| Binary | 11001101 | 11101101 | 10101011 | 1110 | 0 | 11100 | 111 | 1011001 | 1000001 | 1010000 |
Color Harmonies of #CDEDAB
Complementary color
Monochromatic Colors of #CDEDAB
Black with #CDEDAB
Text Example
Text Example
White with #CDEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDAB; }
p { color: rgb(205,237,171); }
H1.HeaderClassName
{
color: #CDEDAB;
}
.AnyTagClassName
{
color: #CDEDAB;
}
</style>
background-color css
<style>
a { background-color: #CDEDAB; }
a { background-color: rgb(205,237,171); }
div.DivClassName
{
background-color: #CDEDAB;
}
.BgClassName
{
background-color: #CDEDAB;
}
</style>
border-color css
<style>
span { border-color: #CDEDAB; }
span { border-color: rgb(205,237,171); }
td.TdClassName
{
border-color: #CDEDAB;
}
.TagClassName
{
border-color: #CDEDAB;
}
</style>