Shades of Ottoman #CED8C8
Tints of Ottoman #CED8C8
RGB
CMYK
RGB Variations
Color information
#CED8C8 (or 0xCED8C8) is known color: Ottoman. HEX triplet: CE, D8 and C8. RGB value is (206,216,200). Sum of RGB (Red+Green+Blue) = 206+216+200=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8C8 is #312737. Grayscale: #D3D3D3. Windows color (decimal): -3221304 or 13162702. OLE color: 13162702.
HSL color Cylindrical-coordinate representation of color #CED8C8: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CED8C8 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 216 | 200 | - |
CMYK | 0.05 | 0 | 0.07 | 0.15 |
HSL | 97.5º | 0.17% | 0.82% | - |
HSV(B) | 97.5º | 0.07% | 0.85% | - |
XYZ | 60.43 | 66.4 | 64.28 | - |
YUV | 211.19 | 121.69 | 124.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 216 | 200 | 0.05 | 0 | 0.07 | 0.15 | 97.5 | 0.17 | 0.82 |
Hex | CE | D8 | C8 | 5 | 0 | 7 | F | 62 | 11 | 52 |
Octal | 316 | 330 | 310 | 5 | 0 | 7 | 17 | 142 | 21 | 122 |
Binary | 11001110 | 11011000 | 11001000 | 101 | 0 | 111 | 1111 | 1100010 | 10001 | 1010010 |
Color Harmonies of #CED8C8
Complementary color
Monochromatic Colors of #CED8C8
Black with #CED8C8
Text Example
Text Example
White with #CED8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8C8; }
p { color: rgb(206,216,200); }
H1.HeaderClassName
{
color: #CED8C8;
}
.AnyTagClassName
{
color: #CED8C8;
}
</style>
background-color css
<style>
a { background-color: #CED8C8; }
a { background-color: rgb(206,216,200); }
div.DivClassName
{
background-color: #CED8C8;
}
.BgClassName
{
background-color: #CED8C8;
}
</style>
border-color css
<style>
span { border-color: #CED8C8; }
span { border-color: rgb(206,216,200); }
td.TdClassName
{
border-color: #CED8C8;
}
.TagClassName
{
border-color: #CED8C8;
}
</style>