Shades of Ottoman #CED1CC
Tints of Ottoman #CED1CC
RGB
CMYK
RGB Variations
Color information
#CED1CC (or 0xCED1CC) is known color: Ottoman. HEX triplet: CE, D1 and CC. RGB value is (206,209,204). Sum of RGB (Red+Green+Blue) = 206+209+204=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1CC is #312E33. Grayscale: #CFCFCF. Windows color (decimal): -3223092 or 13423054. OLE color: 13423054.
HSL color Cylindrical-coordinate representation of color #CED1CC: hue angle of 96º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED1CC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 209 | 204 | - |
CMYK | 0.01 | 0 | 0.02 | 0.18 |
HSL | 96º | 0.05% | 0.81% | - |
HSV(B) | 96º | 0.02% | 0.82% | - |
XYZ | 59.15 | 63.08 | 66.19 | - |
YUV | 207.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 204 | 0.01 | 0 | 0.02 | 0.18 | 96 | 0.05 | 0.81 |
Hex | CE | D1 | CC | 1 | 0 | 2 | 12 | 60 | 5 | 51 |
Octal | 316 | 321 | 314 | 1 | 0 | 2 | 22 | 140 | 5 | 121 |
Binary | 11001110 | 11010001 | 11001100 | 1 | 0 | 10 | 10010 | 1100000 | 101 | 1010001 |
Color Harmonies of #CED1CC
Complementary color
Monochromatic Colors of #CED1CC
Black with #CED1CC
Text Example
Text Example
White with #CED1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1CC; }
p { color: rgb(206,209,204); }
H1.HeaderClassName
{
color: #CED1CC;
}
.AnyTagClassName
{
color: #CED1CC;
}
</style>
background-color css
<style>
a { background-color: #CED1CC; }
a { background-color: rgb(206,209,204); }
div.DivClassName
{
background-color: #CED1CC;
}
.BgClassName
{
background-color: #CED1CC;
}
</style>
border-color css
<style>
span { border-color: #CED1CC; }
span { border-color: rgb(206,209,204); }
td.TdClassName
{
border-color: #CED1CC;
}
.TagClassName
{
border-color: #CED1CC;
}
</style>