Shades of Ottoman #CED9C3
Tints of Ottoman #CED9C3
RGB
CMYK
RGB Variations
Color information
#CED9C3 (or 0xCED9C3) is known color: Ottoman. HEX triplet: CE, D9 and C3. RGB value is (206,217,195). Sum of RGB (Red+Green+Blue) = 206+217+195=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9C3 is #31263C. Grayscale: #D3D3D3. Windows color (decimal): -3221053 or 12835278. OLE color: 12835278.
HSL color Cylindrical-coordinate representation of color #CED9C3: hue angle of 90º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED9C3 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 195 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.15 |
| HSL | 90º | 0.22% | 0.81% | - |
| HSV(B) | 90º | 0.1% | 0.85% | - |
| XYZ | 60.12 | 66.69 | 61.33 | - |
| YUV | 211.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 195 | 0.05 | 0 | 0.10 | 0.15 | 90 | 0.22 | 0.81 |
| Hex | CE | D9 | C3 | 5 | 0 | A | F | 5A | 16 | 51 |
| Octal | 316 | 331 | 303 | 5 | 0 | 12 | 17 | 132 | 26 | 121 |
| Binary | 11001110 | 11011001 | 11000011 | 101 | 0 | 1010 | 1111 | 1011010 | 10110 | 1010001 |
Color Harmonies of #CED9C3
Complementary color
Monochromatic Colors of #CED9C3
Black with #CED9C3
Text Example
Text Example
White with #CED9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9C3; }
p { color: rgb(206,217,195); }
H1.HeaderClassName
{
color: #CED9C3;
}
.AnyTagClassName
{
color: #CED9C3;
}
</style>
background-color css
<style>
a { background-color: #CED9C3; }
a { background-color: rgb(206,217,195); }
div.DivClassName
{
background-color: #CED9C3;
}
.BgClassName
{
background-color: #CED9C3;
}
</style>
border-color css
<style>
span { border-color: #CED9C3; }
span { border-color: rgb(206,217,195); }
td.TdClassName
{
border-color: #CED9C3;
}
.TagClassName
{
border-color: #CED9C3;
}
</style>