Shades of Ottoman #D0DFC4
Tints of Ottoman #D0DFC4
RGB
CMYK
RGB Variations
Color information
#D0DFC4 (or 0xD0DFC4) is known color: Ottoman. HEX triplet: D0, DF and C4. RGB value is (208,223,196). Sum of RGB (Red+Green+Blue) = 208+223+196=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFC4 is #2F203B. Grayscale: #D7D7D7. Windows color (decimal): -3088444 or 12902352. OLE color: 12902352.
HSL color Cylindrical-coordinate representation of color #D0DFC4: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0DFC4 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 196 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.13 |
| HSL | 93.33º | 0.3% | 0.82% | - |
| HSV(B) | 93.33º | 0.12% | 0.87% | - |
| XYZ | 62.36 | 70.17 | 62.48 | - |
| YUV | 215.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 196 | 0.07 | 0 | 0.12 | 0.13 | 93.33 | 0.3 | 0.82 |
| Hex | D0 | DF | C4 | 7 | 0 | C | D | 5D | 1E | 52 |
| Octal | 320 | 337 | 304 | 7 | 0 | 14 | 15 | 135 | 36 | 122 |
| Binary | 11010000 | 11011111 | 11000100 | 111 | 0 | 1100 | 1101 | 1011101 | 11110 | 1010010 |
Color Harmonies of #D0DFC4
Complementary color
Monochromatic Colors of #D0DFC4
Black with #D0DFC4
Text Example
Text Example
White with #D0DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFC4; }
p { color: rgb(208,223,196); }
H1.HeaderClassName
{
color: #D0DFC4;
}
.AnyTagClassName
{
color: #D0DFC4;
}
</style>
background-color css
<style>
a { background-color: #D0DFC4; }
a { background-color: rgb(208,223,196); }
div.DivClassName
{
background-color: #D0DFC4;
}
.BgClassName
{
background-color: #D0DFC4;
}
</style>
border-color css
<style>
span { border-color: #D0DFC4; }
span { border-color: rgb(208,223,196); }
td.TdClassName
{
border-color: #D0DFC4;
}
.TagClassName
{
border-color: #D0DFC4;
}
</style>