Shades of Ottoman #CEDBC2
Tints of Ottoman #CEDBC2
RGB
CMYK
RGB Variations
Color information
#CEDBC2 (or 0xCEDBC2) is known color: Ottoman. HEX triplet: CE, DB and C2. RGB value is (206,219,194). Sum of RGB (Red+Green+Blue) = 206+219+194=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC2 is #31243D. Grayscale: #D4D4D4. Windows color (decimal): -3220542 or 12770254. OLE color: 12770254.
HSL color Cylindrical-coordinate representation of color #CEDBC2: hue angle of 91.2º degrees, saturation: 0.26, 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 #CEDBC2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 194 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.14 |
| HSL | 91.2º | 0.26% | 0.81% | - |
| HSV(B) | 91.2º | 0.11% | 0.86% | - |
| XYZ | 60.52 | 67.68 | 60.91 | - |
| YUV | 212.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 194 | 0.06 | 0 | 0.11 | 0.14 | 91.2 | 0.26 | 0.81 |
| Hex | CE | DB | C2 | 6 | 0 | B | E | 5B | 1A | 51 |
| Octal | 316 | 333 | 302 | 6 | 0 | 13 | 16 | 133 | 32 | 121 |
| Binary | 11001110 | 11011011 | 11000010 | 110 | 0 | 1011 | 1110 | 1011011 | 11010 | 1010001 |
Color Harmonies of #CEDBC2
Complementary color
Monochromatic Colors of #CEDBC2
Black with #CEDBC2
Text Example
Text Example
White with #CEDBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBC2; }
p { color: rgb(206,219,194); }
H1.HeaderClassName
{
color: #CEDBC2;
}
.AnyTagClassName
{
color: #CEDBC2;
}
</style>
background-color css
<style>
a { background-color: #CEDBC2; }
a { background-color: rgb(206,219,194); }
div.DivClassName
{
background-color: #CEDBC2;
}
.BgClassName
{
background-color: #CEDBC2;
}
</style>
border-color css
<style>
span { border-color: #CEDBC2; }
span { border-color: rgb(206,219,194); }
td.TdClassName
{
border-color: #CEDBC2;
}
.TagClassName
{
border-color: #CEDBC2;
}
</style>