Shades of Ottoman #C9DEB3
Tints of Ottoman #C9DEB3
RGB
CMYK
RGB Variations
Color information
#C9DEB3 (or 0xC9DEB3) is known color: Ottoman. HEX triplet: C9, DE and B3. RGB value is (201,222,179). Sum of RGB (Red+Green+Blue) = 201+222+179=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEB3 is #36214C. Grayscale: #D2D2D2. Windows color (decimal): -3547469 or 11787977. OLE color: 11787977.
HSL color Cylindrical-coordinate representation of color #C9DEB3: hue angle of 89.3º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9DEB3 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 179 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.13 |
| HSL | 89.3º | 0.39% | 0.79% | - |
| HSV(B) | 89.3º | 0.19% | 0.87% | - |
| XYZ | 58.35 | 67.91 | 52.68 | - |
| YUV | 210.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 179 | 0.09 | 0 | 0.19 | 0.13 | 89.3 | 0.39 | 0.79 |
| Hex | C9 | DE | B3 | 9 | 0 | 13 | D | 59 | 27 | 4F |
| Octal | 311 | 336 | 263 | 11 | 0 | 23 | 15 | 131 | 47 | 117 |
| Binary | 11001001 | 11011110 | 10110011 | 1001 | 0 | 10011 | 1101 | 1011001 | 100111 | 1001111 |
Color Harmonies of #C9DEB3
Complementary color
Monochromatic Colors of #C9DEB3
Black with #C9DEB3
Text Example
Text Example
White with #C9DEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEB3; }
p { color: rgb(201,222,179); }
H1.HeaderClassName
{
color: #C9DEB3;
}
.AnyTagClassName
{
color: #C9DEB3;
}
</style>
background-color css
<style>
a { background-color: #C9DEB3; }
a { background-color: rgb(201,222,179); }
div.DivClassName
{
background-color: #C9DEB3;
}
.BgClassName
{
background-color: #C9DEB3;
}
</style>
border-color css
<style>
span { border-color: #C9DEB3; }
span { border-color: rgb(201,222,179); }
td.TdClassName
{
border-color: #C9DEB3;
}
.TagClassName
{
border-color: #C9DEB3;
}
</style>