Shades of Ottoman #C9DFB3
Tints of Ottoman #C9DFB3
RGB
CMYK
RGB Variations
Color information
#C9DFB3 (or 0xC9DFB3) is known color: Ottoman. HEX triplet: C9, DF and B3. RGB value is (201,223,179). Sum of RGB (Red+Green+Blue) = 201+223+179=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFB3 is #36204C. Grayscale: #D3D3D3. Windows color (decimal): -3547213 or 11788233. OLE color: 11788233.
HSL color Cylindrical-coordinate representation of color #C9DFB3: hue angle of 90º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9DFB3 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 179 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.13 |
| HSL | 90º | 0.41% | 0.79% | - |
| HSV(B) | 90º | 0.2% | 0.87% | - |
| XYZ | 58.61 | 68.45 | 52.77 | - |
| YUV | 211.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 179 | 0.10 | 0 | 0.20 | 0.13 | 90 | 0.41 | 0.79 |
| Hex | C9 | DF | B3 | A | 0 | 14 | D | 5A | 29 | 4F |
| Octal | 311 | 337 | 263 | 12 | 0 | 24 | 15 | 132 | 51 | 117 |
| Binary | 11001001 | 11011111 | 10110011 | 1010 | 0 | 10100 | 1101 | 1011010 | 101001 | 1001111 |
Color Harmonies of #C9DFB3
Complementary color
Monochromatic Colors of #C9DFB3
Black with #C9DFB3
Text Example
Text Example
White with #C9DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFB3; }
p { color: rgb(201,223,179); }
H1.HeaderClassName
{
color: #C9DFB3;
}
.AnyTagClassName
{
color: #C9DFB3;
}
</style>
background-color css
<style>
a { background-color: #C9DFB3; }
a { background-color: rgb(201,223,179); }
div.DivClassName
{
background-color: #C9DFB3;
}
.BgClassName
{
background-color: #C9DFB3;
}
</style>
border-color css
<style>
span { border-color: #C9DFB3; }
span { border-color: rgb(201,223,179); }
td.TdClassName
{
border-color: #C9DFB3;
}
.TagClassName
{
border-color: #C9DFB3;
}
</style>