Shades of Ottoman #D3DFC9
Tints of Ottoman #D3DFC9
RGB
CMYK
RGB Variations
Color information
#D3DFC9 (or 0xD3DFC9) is known color: Ottoman. HEX triplet: D3, DF and C9. RGB value is (211,223,201). Sum of RGB (Red+Green+Blue) = 211+223+201=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFC9 is #2C2036. Grayscale: #D8D8D8. Windows color (decimal): -2891831 or 13230035. OLE color: 13230035.
HSL color Cylindrical-coordinate representation of color #D3DFC9: hue angle of 92.73º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3DFC9 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 201 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.13 |
| HSL | 92.73º | 0.26% | 0.83% | - |
| HSV(B) | 92.73º | 0.1% | 0.87% | - |
| XYZ | 63.79 | 70.84 | 65.57 | - |
| YUV | 216.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 201 | 0.05 | 0 | 0.10 | 0.13 | 92.73 | 0.26 | 0.83 |
| Hex | D3 | DF | C9 | 5 | 0 | A | D | 5D | 1A | 53 |
| Octal | 323 | 337 | 311 | 5 | 0 | 12 | 15 | 135 | 32 | 123 |
| Binary | 11010011 | 11011111 | 11001001 | 101 | 0 | 1010 | 1101 | 1011101 | 11010 | 1010011 |
Color Harmonies of #D3DFC9
Complementary color
Monochromatic Colors of #D3DFC9
Black with #D3DFC9
Text Example
Text Example
White with #D3DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFC9; }
p { color: rgb(211,223,201); }
H1.HeaderClassName
{
color: #D3DFC9;
}
.AnyTagClassName
{
color: #D3DFC9;
}
</style>
background-color css
<style>
a { background-color: #D3DFC9; }
a { background-color: rgb(211,223,201); }
div.DivClassName
{
background-color: #D3DFC9;
}
.BgClassName
{
background-color: #D3DFC9;
}
</style>
border-color css
<style>
span { border-color: #D3DFC9; }
span { border-color: rgb(211,223,201); }
td.TdClassName
{
border-color: #D3DFC9;
}
.TagClassName
{
border-color: #D3DFC9;
}
</style>