Shades of Ottoman #CEDBC4
Tints of Ottoman #CEDBC4
RGB
CMYK
RGB Variations
Color information
#CEDBC4 (or 0xCEDBC4) is known color: Ottoman. HEX triplet: CE, DB and C4. RGB value is (206,219,196). Sum of RGB (Red+Green+Blue) = 206+219+196=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC4 is #31243B. Grayscale: #D4D4D4. Windows color (decimal): -3220540 or 12901326. OLE color: 12901326.
HSL color Cylindrical-coordinate representation of color #CEDBC4: hue angle of 93.91º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDBC4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 196 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.14 |
| HSL | 93.91º | 0.24% | 0.81% | - |
| HSV(B) | 93.91º | 0.11% | 0.86% | - |
| XYZ | 60.75 | 67.77 | 62.1 | - |
| YUV | 212.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 196 | 0.06 | 0 | 0.11 | 0.14 | 93.91 | 0.24 | 0.81 |
| Hex | CE | DB | C4 | 6 | 0 | B | E | 5E | 18 | 51 |
| Octal | 316 | 333 | 304 | 6 | 0 | 13 | 16 | 136 | 30 | 121 |
| Binary | 11001110 | 11011011 | 11000100 | 110 | 0 | 1011 | 1110 | 1011110 | 11000 | 1010001 |
Color Harmonies of #CEDBC4
Complementary color
Monochromatic Colors of #CEDBC4
Black with #CEDBC4
Text Example
Text Example
White with #CEDBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBC4; }
p { color: rgb(206,219,196); }
H1.HeaderClassName
{
color: #CEDBC4;
}
.AnyTagClassName
{
color: #CEDBC4;
}
</style>
background-color css
<style>
a { background-color: #CEDBC4; }
a { background-color: rgb(206,219,196); }
div.DivClassName
{
background-color: #CEDBC4;
}
.BgClassName
{
background-color: #CEDBC4;
}
</style>
border-color css
<style>
span { border-color: #CEDBC4; }
span { border-color: rgb(206,219,196); }
td.TdClassName
{
border-color: #CEDBC4;
}
.TagClassName
{
border-color: #CEDBC4;
}
</style>