Shades of Ottoman #D3DFC6
Tints of Ottoman #D3DFC6
RGB
CMYK
RGB Variations
Color information
#D3DFC6 (or 0xD3DFC6) is known color: Ottoman. HEX triplet: D3, DF and C6. RGB value is (211,223,198). Sum of RGB (Red+Green+Blue) = 211+223+198=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFC6 is #2C2039. Grayscale: #D8D8D8. Windows color (decimal): -2891834 or 13033427. OLE color: 13033427.
HSL color Cylindrical-coordinate representation of color #D3DFC6: hue angle of 88.8º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DFC6 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 198 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.13 |
| HSL | 88.8º | 0.28% | 0.83% | - |
| HSV(B) | 88.8º | 0.11% | 0.87% | - |
| XYZ | 63.44 | 70.7 | 63.73 | - |
| YUV | 216.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 198 | 0.05 | 0 | 0.11 | 0.13 | 88.8 | 0.28 | 0.83 |
| Hex | D3 | DF | C6 | 5 | 0 | B | D | 59 | 1C | 53 |
| Octal | 323 | 337 | 306 | 5 | 0 | 13 | 15 | 131 | 34 | 123 |
| Binary | 11010011 | 11011111 | 11000110 | 101 | 0 | 1011 | 1101 | 1011001 | 11100 | 1010011 |
Color Harmonies of #D3DFC6
Complementary color
Monochromatic Colors of #D3DFC6
Black with #D3DFC6
Text Example
Text Example
White with #D3DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFC6; }
p { color: rgb(211,223,198); }
H1.HeaderClassName
{
color: #D3DFC6;
}
.AnyTagClassName
{
color: #D3DFC6;
}
</style>
background-color css
<style>
a { background-color: #D3DFC6; }
a { background-color: rgb(211,223,198); }
div.DivClassName
{
background-color: #D3DFC6;
}
.BgClassName
{
background-color: #D3DFC6;
}
</style>
border-color css
<style>
span { border-color: #D3DFC6; }
span { border-color: rgb(211,223,198); }
td.TdClassName
{
border-color: #D3DFC6;
}
.TagClassName
{
border-color: #D3DFC6;
}
</style>