Shades of Ottoman #CED5CA
Tints of Ottoman #CED5CA
RGB
CMYK
RGB Variations
Color information
#CED5CA (or 0xCED5CA) is known color: Ottoman. HEX triplet: CE, D5 and CA. RGB value is (206,213,202). Sum of RGB (Red+Green+Blue) = 206+213+202=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CA is #312A35. Grayscale: #D1D1D1. Windows color (decimal): -3222070 or 13293006. OLE color: 13293006.
HSL color Cylindrical-coordinate representation of color #CED5CA: hue angle of 98.18º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED5CA is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 213 | 202 | - |
CMYK | 0.03 | 0 | 0.05 | 0.16 |
HSL | 98.18º | 0.12% | 0.81% | - |
HSV(B) | 98.18º | 0.05% | 0.84% | - |
XYZ | 59.91 | 64.97 | 65.26 | - |
YUV | 209.65 | 123.68 | 125.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 202 | 0.03 | 0 | 0.05 | 0.16 | 98.18 | 0.12 | 0.81 |
Hex | CE | D5 | CA | 3 | 0 | 5 | 10 | 62 | C | 51 |
Octal | 316 | 325 | 312 | 3 | 0 | 5 | 20 | 142 | 14 | 121 |
Binary | 11001110 | 11010101 | 11001010 | 11 | 0 | 101 | 10000 | 1100010 | 1100 | 1010001 |
Color Harmonies of #CED5CA
Complementary color
Monochromatic Colors of #CED5CA
Black with #CED5CA
Text Example
Text Example
White with #CED5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5CA; }
p { color: rgb(206,213,202); }
H1.HeaderClassName
{
color: #CED5CA;
}
.AnyTagClassName
{
color: #CED5CA;
}
</style>
background-color css
<style>
a { background-color: #CED5CA; }
a { background-color: rgb(206,213,202); }
div.DivClassName
{
background-color: #CED5CA;
}
.BgClassName
{
background-color: #CED5CA;
}
</style>
border-color css
<style>
span { border-color: #CED5CA; }
span { border-color: rgb(206,213,202); }
td.TdClassName
{
border-color: #CED5CA;
}
.TagClassName
{
border-color: #CED5CA;
}
</style>