Shades of Reef #CEDB9F
Tints of Reef #CEDB9F
RGB
CMYK
RGB Variations
Color information
#CEDB9F (or 0xCEDB9F) is known color: Reef. HEX triplet: CE, DB and 9F. RGB value is (206,219,159). Sum of RGB (Red+Green+Blue) = 206+219+159=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB9F is #312460. Grayscale: #D0D0D0. Windows color (decimal): -3220577 or 10476494. OLE color: 10476494.
HSL color Cylindrical-coordinate representation of color #CEDB9F: hue angle of 73º 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 #CEDB9F is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 159 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.14 |
| HSL | 73º | 0.45% | 0.74% | - |
| HSV(B) | 73º | 0.27% | 0.86% | - |
| XYZ | 57.04 | 66.29 | 42.59 | - |
| YUV | 208.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 159 | 0.06 | 0 | 0.27 | 0.14 | 73 | 0.45 | 0.74 |
| Hex | CE | DB | 9F | 6 | 0 | 1B | E | 49 | 2D | 4A |
| Octal | 316 | 333 | 237 | 6 | 0 | 33 | 16 | 111 | 55 | 112 |
| Binary | 11001110 | 11011011 | 10011111 | 110 | 0 | 11011 | 1110 | 1001001 | 101101 | 1001010 |
Color Harmonies of #CEDB9F
Complementary color
Monochromatic Colors of #CEDB9F
Black with #CEDB9F
Text Example
Text Example
White with #CEDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB9F; }
p { color: rgb(206,219,159); }
H1.HeaderClassName
{
color: #CEDB9F;
}
.AnyTagClassName
{
color: #CEDB9F;
}
</style>
background-color css
<style>
a { background-color: #CEDB9F; }
a { background-color: rgb(206,219,159); }
div.DivClassName
{
background-color: #CEDB9F;
}
.BgClassName
{
background-color: #CEDB9F;
}
</style>
border-color css
<style>
span { border-color: #CEDB9F; }
span { border-color: rgb(206,219,159); }
td.TdClassName
{
border-color: #CEDB9F;
}
.TagClassName
{
border-color: #CEDB9F;
}
</style>