Shades of Ottoman #CEDBC1
Tints of Ottoman #CEDBC1
RGB
CMYK
RGB Variations
Color information
#CEDBC1 (or 0xCEDBC1) is known color: Ottoman. HEX triplet: CE, DB and C1. RGB value is (206,219,193). Sum of RGB (Red+Green+Blue) = 206+219+193=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC1 is #31243E. Grayscale: #D4D4D4. Windows color (decimal): -3220543 or 12704718. OLE color: 12704718.
HSL color Cylindrical-coordinate representation of color #CEDBC1: hue angle of 90º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDBC1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 193 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.14 |
| HSL | 90º | 0.27% | 0.81% | - |
| HSV(B) | 90º | 0.12% | 0.86% | - |
| XYZ | 60.41 | 67.64 | 60.32 | - |
| YUV | 212.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 193 | 0.06 | 0 | 0.12 | 0.14 | 90 | 0.27 | 0.81 |
| Hex | CE | DB | C1 | 6 | 0 | C | E | 5A | 1B | 51 |
| Octal | 316 | 333 | 301 | 6 | 0 | 14 | 16 | 132 | 33 | 121 |
| Binary | 11001110 | 11011011 | 11000001 | 110 | 0 | 1100 | 1110 | 1011010 | 11011 | 1010001 |
Color Harmonies of #CEDBC1
Complementary color
Monochromatic Colors of #CEDBC1
Black with #CEDBC1
Text Example
Text Example
White with #CEDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBC1; }
p { color: rgb(206,219,193); }
H1.HeaderClassName
{
color: #CEDBC1;
}
.AnyTagClassName
{
color: #CEDBC1;
}
</style>
background-color css
<style>
a { background-color: #CEDBC1; }
a { background-color: rgb(206,219,193); }
div.DivClassName
{
background-color: #CEDBC1;
}
.BgClassName
{
background-color: #CEDBC1;
}
</style>
border-color css
<style>
span { border-color: #CEDBC1; }
span { border-color: rgb(206,219,193); }
td.TdClassName
{
border-color: #CEDBC1;
}
.TagClassName
{
border-color: #CEDBC1;
}
</style>