Shades of Reef #CEDDAB
Tints of Reef #CEDDAB
RGB
CMYK
RGB Variations
Color information
#CEDDAB (or 0xCEDDAB) is known color: Reef. HEX triplet: CE, DD and AB. RGB value is (206,221,171). Sum of RGB (Red+Green+Blue) = 206+221+171=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDAB is #312254. Grayscale: #D3D3D3. Windows color (decimal): -3220053 or 11263438. OLE color: 11263438.
HSL color Cylindrical-coordinate representation of color #CEDDAB: hue angle of 78º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEDDAB is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 171 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 78º | 0.42% | 0.77% | - |
| HSV(B) | 78º | 0.23% | 0.87% | - |
| XYZ | 58.66 | 67.77 | 48.52 | - |
| YUV | 210.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 171 | 0.07 | 0 | 0.23 | 0.13 | 78 | 0.42 | 0.77 |
| Hex | CE | DD | AB | 7 | 0 | 17 | D | 4E | 2A | 4D |
| Octal | 316 | 335 | 253 | 7 | 0 | 27 | 15 | 116 | 52 | 115 |
| Binary | 11001110 | 11011101 | 10101011 | 111 | 0 | 10111 | 1101 | 1001110 | 101010 | 1001101 |
Color Harmonies of #CEDDAB
Complementary color
Monochromatic Colors of #CEDDAB
Black with #CEDDAB
Text Example
Text Example
White with #CEDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDAB; }
p { color: rgb(206,221,171); }
H1.HeaderClassName
{
color: #CEDDAB;
}
.AnyTagClassName
{
color: #CEDDAB;
}
</style>
background-color css
<style>
a { background-color: #CEDDAB; }
a { background-color: rgb(206,221,171); }
div.DivClassName
{
background-color: #CEDDAB;
}
.BgClassName
{
background-color: #CEDDAB;
}
</style>
border-color css
<style>
span { border-color: #CEDDAB; }
span { border-color: rgb(206,221,171); }
td.TdClassName
{
border-color: #CEDDAB;
}
.TagClassName
{
border-color: #CEDDAB;
}
</style>