Shades of Reef #CDECAB
Tints of Reef #CDECAB
RGB
CMYK
RGB Variations
Color information
#CDECAB (or 0xCDECAB) is known color: Reef. HEX triplet: CD, EC and AB. RGB value is (205,236,171). Sum of RGB (Red+Green+Blue) = 205+236+171=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECAB is #321354. Grayscale: #DBDBDB. Windows color (decimal): -3281749 or 11267277. OLE color: 11267277.
HSL color Cylindrical-coordinate representation of color #CDECAB: hue angle of 88.62º degrees, saturation: 0.63, 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 #CDECAB is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 171 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.07 |
| HSL | 88.62º | 0.63% | 0.8% | - |
| HSV(B) | 88.62º | 0.28% | 0.93% | - |
| XYZ | 62.52 | 75.91 | 49.88 | - |
| YUV | 219.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 171 | 0.13 | 0 | 0.28 | 0.07 | 88.62 | 0.63 | 0.8 |
| Hex | CD | EC | AB | D | 0 | 1C | 7 | 59 | 3F | 50 |
| Octal | 315 | 354 | 253 | 15 | 0 | 34 | 7 | 131 | 77 | 120 |
| Binary | 11001101 | 11101100 | 10101011 | 1101 | 0 | 11100 | 111 | 1011001 | 111111 | 1010000 |
Color Harmonies of #CDECAB
Complementary color
Monochromatic Colors of #CDECAB
Black with #CDECAB
Text Example
Text Example
White with #CDECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECAB; }
p { color: rgb(205,236,171); }
H1.HeaderClassName
{
color: #CDECAB;
}
.AnyTagClassName
{
color: #CDECAB;
}
</style>
background-color css
<style>
a { background-color: #CDECAB; }
a { background-color: rgb(205,236,171); }
div.DivClassName
{
background-color: #CDECAB;
}
.BgClassName
{
background-color: #CDECAB;
}
</style>
border-color css
<style>
span { border-color: #CDECAB; }
span { border-color: rgb(205,236,171); }
td.TdClassName
{
border-color: #CDECAB;
}
.TagClassName
{
border-color: #CDECAB;
}
</style>