Shades of Reef #CEDBA0
Tints of Reef #CEDBA0
RGB
CMYK
RGB Variations
Color information
#CEDBA0 (or 0xCEDBA0) is known color: Reef. HEX triplet: CE, DB and A0. RGB value is (206,219,160). Sum of RGB (Red+Green+Blue) = 206+219+160=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA0 is #31245F. Grayscale: #D0D0D0. Windows color (decimal): -3220576 or 10542030. OLE color: 10542030.
HSL color Cylindrical-coordinate representation of color #CEDBA0: hue angle of 73.22º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEDBA0 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 160 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.14 |
| HSL | 73.22º | 0.45% | 0.74% | - |
| HSV(B) | 73.22º | 0.27% | 0.86% | - |
| XYZ | 57.13 | 66.32 | 43.05 | - |
| YUV | 208.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 160 | 0.06 | 0 | 0.27 | 0.14 | 73.22 | 0.45 | 0.74 |
| Hex | CE | DB | A0 | 6 | 0 | 1B | E | 49 | 2D | 4A |
| Octal | 316 | 333 | 240 | 6 | 0 | 33 | 16 | 111 | 55 | 112 |
| Binary | 11001110 | 11011011 | 10100000 | 110 | 0 | 11011 | 1110 | 1001001 | 101101 | 1001010 |
Color Harmonies of #CEDBA0
Complementary color
Monochromatic Colors of #CEDBA0
Black with #CEDBA0
Text Example
Text Example
White with #CEDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBA0; }
p { color: rgb(206,219,160); }
H1.HeaderClassName
{
color: #CEDBA0;
}
.AnyTagClassName
{
color: #CEDBA0;
}
</style>
background-color css
<style>
a { background-color: #CEDBA0; }
a { background-color: rgb(206,219,160); }
div.DivClassName
{
background-color: #CEDBA0;
}
.BgClassName
{
background-color: #CEDBA0;
}
</style>
border-color css
<style>
span { border-color: #CEDBA0; }
span { border-color: rgb(206,219,160); }
td.TdClassName
{
border-color: #CEDBA0;
}
.TagClassName
{
border-color: #CEDBA0;
}
</style>