Shades of Ottoman #D1DFC8
Tints of Ottoman #D1DFC8
RGB
CMYK
RGB Variations
Color information
#D1DFC8 (or 0xD1DFC8) is known color: Ottoman. HEX triplet: D1, DF and C8. RGB value is (209,223,200). Sum of RGB (Red+Green+Blue) = 209+223+200=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFC8 is #2E2037. Grayscale: #D8D8D8. Windows color (decimal): -3022904 or 13164497. OLE color: 13164497.
HSL color Cylindrical-coordinate representation of color #D1DFC8: hue angle of 96.52º 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 #D1DFC8 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 200 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.13 |
| HSL | 96.52º | 0.26% | 0.83% | - |
| HSV(B) | 96.52º | 0.1% | 0.87% | - |
| XYZ | 63.11 | 70.5 | 64.93 | - |
| YUV | 216.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 200 | 0.06 | 0 | 0.10 | 0.13 | 96.52 | 0.26 | 0.83 |
| Hex | D1 | DF | C8 | 6 | 0 | A | D | 61 | 1A | 53 |
| Octal | 321 | 337 | 310 | 6 | 0 | 12 | 15 | 141 | 32 | 123 |
| Binary | 11010001 | 11011111 | 11001000 | 110 | 0 | 1010 | 1101 | 1100001 | 11010 | 1010011 |
Color Harmonies of #D1DFC8
Complementary color
Monochromatic Colors of #D1DFC8
Black with #D1DFC8
Text Example
Text Example
White with #D1DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFC8; }
p { color: rgb(209,223,200); }
H1.HeaderClassName
{
color: #D1DFC8;
}
.AnyTagClassName
{
color: #D1DFC8;
}
</style>
background-color css
<style>
a { background-color: #D1DFC8; }
a { background-color: rgb(209,223,200); }
div.DivClassName
{
background-color: #D1DFC8;
}
.BgClassName
{
background-color: #D1DFC8;
}
</style>
border-color css
<style>
span { border-color: #D1DFC8; }
span { border-color: rgb(209,223,200); }
td.TdClassName
{
border-color: #D1DFC8;
}
.TagClassName
{
border-color: #D1DFC8;
}
</style>