Shades of Ottoman #D2D8CF
Tints of Ottoman #D2D8CF
RGB
CMYK
RGB Variations
Color information
#D2D8CF (or 0xD2D8CF) is known color: Ottoman. HEX triplet: D2, D8 and CF. RGB value is (210,216,207). Sum of RGB (Red+Green+Blue) = 210+216+207=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8CF is #2D2730. Grayscale: #D5D5D5. Windows color (decimal): -2959153 or 13621458. OLE color: 13621458.
HSL color Cylindrical-coordinate representation of color #D2D8CF: hue angle of 100º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2D8CF is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 216 | 207 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.15 |
| HSL | 100º | 0.1% | 0.83% | - |
| HSV(B) | 100º | 0.04% | 0.85% | - |
| XYZ | 62.4 | 67.32 | 68.74 | - |
| YUV | 213.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 207 | 0.03 | 0 | 0.04 | 0.15 | 100 | 0.1 | 0.83 |
| Hex | D2 | D8 | CF | 3 | 0 | 4 | F | 64 | A | 53 |
| Octal | 322 | 330 | 317 | 3 | 0 | 4 | 17 | 144 | 12 | 123 |
| Binary | 11010010 | 11011000 | 11001111 | 11 | 0 | 100 | 1111 | 1100100 | 1010 | 1010011 |
Color Harmonies of #D2D8CF
Complementary color
Monochromatic Colors of #D2D8CF
Black with #D2D8CF
Text Example
Text Example
White with #D2D8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D8CF; }
p { color: rgb(210,216,207); }
H1.HeaderClassName
{
color: #D2D8CF;
}
.AnyTagClassName
{
color: #D2D8CF;
}
</style>
background-color css
<style>
a { background-color: #D2D8CF; }
a { background-color: rgb(210,216,207); }
div.DivClassName
{
background-color: #D2D8CF;
}
.BgClassName
{
background-color: #D2D8CF;
}
</style>
border-color css
<style>
span { border-color: #D2D8CF; }
span { border-color: rgb(210,216,207); }
td.TdClassName
{
border-color: #D2D8CF;
}
.TagClassName
{
border-color: #D2D8CF;
}
</style>