#D3DDCB

Color #D3DDCB Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #D3DDCB

Tints of Ottoman #D3DDCB

Color information

#D3DDCB (or 0xD3DDCB) is unknown color: approx Ottoman. HEX triplet: D3, DD and CB. RGB value is (211,221,203). Sum of RGB (Red+Green+Blue) = 211+221+203=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDCB is #2C2234. Grayscale: #D8D8D8. Windows color (decimal): -2892341 or 13360595. OLE color: 13360595.

HSL color Cylindrical-coordinate representation of color #D3DDCB: hue angle of 93.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3DDCB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB211221203-
CMYK0.0500.080.13
HSL93.33º20.93%83.14%-
HSV(B)93.33º8.14%86.67%-
XYZ63.569.8766.64-
YUV215.96120.69124.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 33.23%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=33.23%
G=34.80%
B=31.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112212030.0500.080.1393.3320.9383.14
HexD3DDCB508D5d1553
Octal32333531350101513525123
Binary1101001111011101110010111010100011011011101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDCB; }

 p { color: rgb(211,221,203); }

 H1.HeaderClassName
 {
   color: #D3DDCB;
 }
 .AnyTagClassName
 {
   color: #D3DDCB;
 }
</style>
background-color css

<style>
 a { background-color: #D3DDCB; }

 a { background-color: rgb(211,221,203); }

 div.DivClassName
 {
   background-color: #D3DDCB;
 }
 .BgClassName
 {
   background-color: #D3DDCB;
 }
</style>
border-color css

<style>
 span { border-color: #D3DDCB; }

 span { border-color: rgb(211,221,203); }

 td.TdClassName
 {
   border-color: #D3DDCB;
 }
 .TagClassName
 {
   border-color: #D3DDCB;
 }
</style>