Shades of Ottoman #CEDBC7
Tints of Ottoman #CEDBC7
RGB
CMYK
RGB Variations
Color information
#CEDBC7 (or 0xCEDBC7) is known color: Ottoman. HEX triplet: CE, DB and C7. RGB value is (206,219,199). Sum of RGB (Red+Green+Blue) = 206+219+199=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC7 is #312438. Grayscale: #D4D4D4. Windows color (decimal): -3220537 or 13097934. OLE color: 13097934.
HSL color Cylindrical-coordinate representation of color #CEDBC7: hue angle of 99º degrees, saturation: 0.22, 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 #CEDBC7 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 199 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.14 |
| HSL | 99º | 0.22% | 0.82% | - |
| HSV(B) | 99º | 0.09% | 0.86% | - |
| XYZ | 61.09 | 67.91 | 63.92 | - |
| YUV | 212.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 199 | 0.06 | 0 | 0.09 | 0.14 | 99 | 0.22 | 0.82 |
| Hex | CE | DB | C7 | 6 | 0 | 9 | E | 63 | 16 | 52 |
| Octal | 316 | 333 | 307 | 6 | 0 | 11 | 16 | 143 | 26 | 122 |
| Binary | 11001110 | 11011011 | 11000111 | 110 | 0 | 1001 | 1110 | 1100011 | 10110 | 1010010 |
Color Harmonies of #CEDBC7
Complementary color
Monochromatic Colors of #CEDBC7
Black with #CEDBC7
Text Example
Text Example
White with #CEDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBC7; }
p { color: rgb(206,219,199); }
H1.HeaderClassName
{
color: #CEDBC7;
}
.AnyTagClassName
{
color: #CEDBC7;
}
</style>
background-color css
<style>
a { background-color: #CEDBC7; }
a { background-color: rgb(206,219,199); }
div.DivClassName
{
background-color: #CEDBC7;
}
.BgClassName
{
background-color: #CEDBC7;
}
</style>
border-color css
<style>
span { border-color: #CEDBC7; }
span { border-color: rgb(206,219,199); }
td.TdClassName
{
border-color: #CEDBC7;
}
.TagClassName
{
border-color: #CEDBC7;
}
</style>