Shades of Ottoman #D2DFBE
Tints of Ottoman #D2DFBE
RGB
CMYK
RGB Variations
Color information
#D2DFBE (or 0xD2DFBE) is known color: Ottoman. HEX triplet: D2, DF and BE. RGB value is (210,223,190). Sum of RGB (Red+Green+Blue) = 210+223+190=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFBE is #2D2041. Grayscale: #D7D7D7. Windows color (decimal): -2957378 or 12509138. OLE color: 12509138.
HSL color Cylindrical-coordinate representation of color #D2DFBE: hue angle of 83.64º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DFBE is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 190 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.13 |
| HSL | 83.64º | 0.34% | 0.81% | - |
| HSV(B) | 83.64º | 0.15% | 0.87% | - |
| XYZ | 62.26 | 70.19 | 58.98 | - |
| YUV | 215.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 190 | 0.06 | 0 | 0.15 | 0.13 | 83.64 | 0.34 | 0.81 |
| Hex | D2 | DF | BE | 6 | 0 | F | D | 54 | 22 | 51 |
| Octal | 322 | 337 | 276 | 6 | 0 | 17 | 15 | 124 | 42 | 121 |
| Binary | 11010010 | 11011111 | 10111110 | 110 | 0 | 1111 | 1101 | 1010100 | 100010 | 1010001 |
Color Harmonies of #D2DFBE
Complementary color
Monochromatic Colors of #D2DFBE
Black with #D2DFBE
Text Example
Text Example
White with #D2DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFBE; }
p { color: rgb(210,223,190); }
H1.HeaderClassName
{
color: #D2DFBE;
}
.AnyTagClassName
{
color: #D2DFBE;
}
</style>
background-color css
<style>
a { background-color: #D2DFBE; }
a { background-color: rgb(210,223,190); }
div.DivClassName
{
background-color: #D2DFBE;
}
.BgClassName
{
background-color: #D2DFBE;
}
</style>
border-color css
<style>
span { border-color: #D2DFBE; }
span { border-color: rgb(210,223,190); }
td.TdClassName
{
border-color: #D2DFBE;
}
.TagClassName
{
border-color: #D2DFBE;
}
</style>