Shades of Reef #CEDEAB
Tints of Reef #CEDEAB
RGB
CMYK
RGB Variations
Color information
#CEDEAB (or 0xCEDEAB) is known color: Reef. HEX triplet: CE, DE and AB. RGB value is (206,222,171). Sum of RGB (Red+Green+Blue) = 206+222+171=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEAB is #312154. Grayscale: #D3D3D3. Windows color (decimal): -3219797 or 11263694. OLE color: 11263694.
HSL color Cylindrical-coordinate representation of color #CEDEAB: hue angle of 78.82º degrees, saturation: 0.44, 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 #CEDEAB is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 171 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 78.82º | 0.44% | 0.77% | - |
| HSV(B) | 78.82º | 0.23% | 0.87% | - |
| XYZ | 58.93 | 68.3 | 48.61 | - |
| YUV | 211.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 171 | 0.07 | 0 | 0.23 | 0.13 | 78.82 | 0.44 | 0.77 |
| Hex | CE | DE | AB | 7 | 0 | 17 | D | 4F | 2C | 4D |
| Octal | 316 | 336 | 253 | 7 | 0 | 27 | 15 | 117 | 54 | 115 |
| Binary | 11001110 | 11011110 | 10101011 | 111 | 0 | 10111 | 1101 | 1001111 | 101100 | 1001101 |
Color Harmonies of #CEDEAB
Complementary color
Monochromatic Colors of #CEDEAB
Black with #CEDEAB
Text Example
Text Example
White with #CEDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEAB; }
p { color: rgb(206,222,171); }
H1.HeaderClassName
{
color: #CEDEAB;
}
.AnyTagClassName
{
color: #CEDEAB;
}
</style>
background-color css
<style>
a { background-color: #CEDEAB; }
a { background-color: rgb(206,222,171); }
div.DivClassName
{
background-color: #CEDEAB;
}
.BgClassName
{
background-color: #CEDEAB;
}
</style>
border-color css
<style>
span { border-color: #CEDEAB; }
span { border-color: rgb(206,222,171); }
td.TdClassName
{
border-color: #CEDEAB;
}
.TagClassName
{
border-color: #CEDEAB;
}
</style>