Shades of Ottoman #CED4C8
Tints of Ottoman #CED4C8
RGB
CMYK
RGB Variations
Color information
#CED4C8 (or 0xCED4C8) is known color: Ottoman. HEX triplet: CE, D4 and C8. RGB value is (206,212,200). Sum of RGB (Red+Green+Blue) = 206+212+200=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4C8 is #312B37. Grayscale: #D0D0D0. Windows color (decimal): -3222328 or 13161678. OLE color: 13161678.
HSL color Cylindrical-coordinate representation of color #CED4C8: hue angle of 90º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED4C8 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 212 | 200 | - |
CMYK | 0.03 | 0 | 0.06 | 0.17 |
HSL | 90º | 0.12% | 0.81% | - |
HSV(B) | 90º | 0.06% | 0.83% | - |
XYZ | 59.42 | 64.38 | 63.94 | - |
YUV | 208.84 | 123.01 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 212 | 200 | 0.03 | 0 | 0.06 | 0.17 | 90 | 0.12 | 0.81 |
Hex | CE | D4 | C8 | 3 | 0 | 6 | 11 | 5A | C | 51 |
Octal | 316 | 324 | 310 | 3 | 0 | 6 | 21 | 132 | 14 | 121 |
Binary | 11001110 | 11010100 | 11001000 | 11 | 0 | 110 | 10001 | 1011010 | 1100 | 1010001 |
Color Harmonies of #CED4C8
Complementary color
Monochromatic Colors of #CED4C8
Black with #CED4C8
Text Example
Text Example
White with #CED4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4C8; }
p { color: rgb(206,212,200); }
H1.HeaderClassName
{
color: #CED4C8;
}
.AnyTagClassName
{
color: #CED4C8;
}
</style>
background-color css
<style>
a { background-color: #CED4C8; }
a { background-color: rgb(206,212,200); }
div.DivClassName
{
background-color: #CED4C8;
}
.BgClassName
{
background-color: #CED4C8;
}
</style>
border-color css
<style>
span { border-color: #CED4C8; }
span { border-color: rgb(206,212,200); }
td.TdClassName
{
border-color: #CED4C8;
}
.TagClassName
{
border-color: #CED4C8;
}
</style>