Shades of Ottoman #CEDBC8
Tints of Ottoman #CEDBC8
RGB
CMYK
RGB Variations
Color information
#CEDBC8 (or 0xCEDBC8) is known color: Ottoman. HEX triplet: CE, DB and C8. RGB value is (206,219,200). Sum of RGB (Red+Green+Blue) = 206+219+200=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC8 is #312437. Grayscale: #D5D5D5. Windows color (decimal): -3220536 or 13163470. OLE color: 13163470.
HSL color Cylindrical-coordinate representation of color #CEDBC8: hue angle of 101.05º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDBC8 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 219 | 200 | - |
CMYK | 0.06 | 0 | 0.09 | 0.14 |
HSL | 101.05º | 0.21% | 0.82% | - |
HSV(B) | 101.05º | 0.09% | 0.86% | - |
XYZ | 61.21 | 67.95 | 64.53 | - |
YUV | 212.95 | 120.69 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 219 | 200 | 0.06 | 0 | 0.09 | 0.14 | 101.05 | 0.21 | 0.82 |
Hex | CE | DB | C8 | 6 | 0 | 9 | E | 65 | 15 | 52 |
Octal | 316 | 333 | 310 | 6 | 0 | 11 | 16 | 145 | 25 | 122 |
Binary | 11001110 | 11011011 | 11001000 | 110 | 0 | 1001 | 1110 | 1100101 | 10101 | 1010010 |
Color Harmonies of #CEDBC8
Complementary color
Monochromatic Colors of #CEDBC8
Black with #CEDBC8
Text Example
Text Example
White with #CEDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBC8; }
p { color: rgb(206,219,200); }
H1.HeaderClassName
{
color: #CEDBC8;
}
.AnyTagClassName
{
color: #CEDBC8;
}
</style>
background-color css
<style>
a { background-color: #CEDBC8; }
a { background-color: rgb(206,219,200); }
div.DivClassName
{
background-color: #CEDBC8;
}
.BgClassName
{
background-color: #CEDBC8;
}
</style>
border-color css
<style>
span { border-color: #CEDBC8; }
span { border-color: rgb(206,219,200); }
td.TdClassName
{
border-color: #CEDBC8;
}
.TagClassName
{
border-color: #CEDBC8;
}
</style>