Shades of Ottoman #D4DFC8
Tints of Ottoman #D4DFC8
RGB
CMYK
RGB Variations
Color information
#D4DFC8 (or 0xD4DFC8) is known color: Ottoman. HEX triplet: D4, DF and C8. RGB value is (212,223,200). Sum of RGB (Red+Green+Blue) = 212+223+200=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFC8 is #2B2037. Grayscale: #D9D9D9. Windows color (decimal): -2826296 or 13164500. OLE color: 13164500.
HSL color Cylindrical-coordinate representation of color #D4DFC8: hue angle of 88.7º 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 #D4DFC8 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 223 | 200 | - |
CMYK | 0.05 | 0 | 0.10 | 0.13 |
HSL | 88.7º | 0.26% | 0.83% | - |
HSV(B) | 88.7º | 0.1% | 0.87% | - |
XYZ | 63.96 | 70.94 | 64.97 | - |
YUV | 217.09 | 118.36 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 223 | 200 | 0.05 | 0 | 0.10 | 0.13 | 88.7 | 0.26 | 0.83 |
Hex | D4 | DF | C8 | 5 | 0 | A | D | 59 | 1A | 53 |
Octal | 324 | 337 | 310 | 5 | 0 | 12 | 15 | 131 | 32 | 123 |
Binary | 11010100 | 11011111 | 11001000 | 101 | 0 | 1010 | 1101 | 1011001 | 11010 | 1010011 |
Color Harmonies of #D4DFC8
Complementary color
Monochromatic Colors of #D4DFC8
Black with #D4DFC8
Text Example
Text Example
White with #D4DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFC8; }
p { color: rgb(212,223,200); }
H1.HeaderClassName
{
color: #D4DFC8;
}
.AnyTagClassName
{
color: #D4DFC8;
}
</style>
background-color css
<style>
a { background-color: #D4DFC8; }
a { background-color: rgb(212,223,200); }
div.DivClassName
{
background-color: #D4DFC8;
}
.BgClassName
{
background-color: #D4DFC8;
}
</style>
border-color css
<style>
span { border-color: #D4DFC8; }
span { border-color: rgb(212,223,200); }
td.TdClassName
{
border-color: #D4DFC8;
}
.TagClassName
{
border-color: #D4DFC8;
}
</style>