Shades of Ottoman #CED2CA
Tints of Ottoman #CED2CA
RGB
CMYK
RGB Variations
Color information
#CED2CA (or 0xCED2CA) is known color: Ottoman. HEX triplet: CE, D2 and CA. RGB value is (206,210,202). Sum of RGB (Red+Green+Blue) = 206+210+202=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2CA is #312D35. Grayscale: #CFCFCF. Windows color (decimal): -3222838 or 13292238. OLE color: 13292238.
HSL color Cylindrical-coordinate representation of color #CED2CA: hue angle of 90º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED2CA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 202 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.18 |
| HSL | 90º | 0.08% | 0.81% | - |
| HSV(B) | 90º | 0.04% | 0.82% | - |
| XYZ | 59.16 | 63.48 | 65.01 | - |
| YUV | 207.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 202 | 0.02 | 0 | 0.04 | 0.18 | 90 | 0.08 | 0.81 |
| Hex | CE | D2 | CA | 2 | 0 | 4 | 12 | 5A | 8 | 51 |
| Octal | 316 | 322 | 312 | 2 | 0 | 4 | 22 | 132 | 10 | 121 |
| Binary | 11001110 | 11010010 | 11001010 | 10 | 0 | 100 | 10010 | 1011010 | 1000 | 1010001 |
Color Harmonies of #CED2CA
Complementary color
Monochromatic Colors of #CED2CA
Black with #CED2CA
Text Example
Text Example
White with #CED2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2CA; }
p { color: rgb(206,210,202); }
H1.HeaderClassName
{
color: #CED2CA;
}
.AnyTagClassName
{
color: #CED2CA;
}
</style>
background-color css
<style>
a { background-color: #CED2CA; }
a { background-color: rgb(206,210,202); }
div.DivClassName
{
background-color: #CED2CA;
}
.BgClassName
{
background-color: #CED2CA;
}
</style>
border-color css
<style>
span { border-color: #CED2CA; }
span { border-color: rgb(206,210,202); }
td.TdClassName
{
border-color: #CED2CA;
}
.TagClassName
{
border-color: #CED2CA;
}
</style>