Shades of Ottoman #D3DFCB
Tints of Ottoman #D3DFCB
RGB
CMYK
RGB Variations
Color information
#D3DFCB (or 0xD3DFCB) is known color: Ottoman. HEX triplet: D3, DF and CB. RGB value is (211,223,203). Sum of RGB (Red+Green+Blue) = 211+223+203=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFCB is #2C2034. Grayscale: #D9D9D9. Windows color (decimal): -2891829 or 13361107. OLE color: 13361107.
HSL color Cylindrical-coordinate representation of color #D3DFCB: hue angle of 96º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3DFCB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 203 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.13 |
| HSL | 96º | 0.24% | 0.84% | - |
| HSV(B) | 96º | 0.09% | 0.87% | - |
| XYZ | 64.03 | 70.94 | 66.82 | - |
| YUV | 217.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 203 | 0.05 | 0 | 0.09 | 0.13 | 96 | 0.24 | 0.84 |
| Hex | D3 | DF | CB | 5 | 0 | 9 | D | 60 | 18 | 54 |
| Octal | 323 | 337 | 313 | 5 | 0 | 11 | 15 | 140 | 30 | 124 |
| Binary | 11010011 | 11011111 | 11001011 | 101 | 0 | 1001 | 1101 | 1100000 | 11000 | 1010100 |
Color Harmonies of #D3DFCB
Complementary color
Monochromatic Colors of #D3DFCB
Black with #D3DFCB
Text Example
Text Example
White with #D3DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFCB; }
p { color: rgb(211,223,203); }
H1.HeaderClassName
{
color: #D3DFCB;
}
.AnyTagClassName
{
color: #D3DFCB;
}
</style>
background-color css
<style>
a { background-color: #D3DFCB; }
a { background-color: rgb(211,223,203); }
div.DivClassName
{
background-color: #D3DFCB;
}
.BgClassName
{
background-color: #D3DFCB;
}
</style>
border-color css
<style>
span { border-color: #D3DFCB; }
span { border-color: rgb(211,223,203); }
td.TdClassName
{
border-color: #D3DFCB;
}
.TagClassName
{
border-color: #D3DFCB;
}
</style>