#D3DCCB

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

Shades of Ottoman #D3DCCB

Tints of Ottoman #D3DCCB

Color information

#D3DCCB (or 0xD3DCCB) is unknown color: approx Ottoman. HEX triplet: D3, DC and CB. RGB value is (211,220,203). Sum of RGB (Red+Green+Blue) = 211+220+203=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCCB is #2C2334. Grayscale: #D7D7D7. Windows color (decimal): -2892597 or 13360339. OLE color: 13360339.

HSL color Cylindrical-coordinate representation of color #D3DCCB: hue angle of 91.76º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3DCCB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB211220203-
CMYK0.0400.080.14
HSL91.76º19.54%82.94%-
HSV(B)91.76º7.73%86.27%-
XYZ63.2469.3566.55-
YUV215.37121.02124.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.28%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=33.28%
G=34.70%
B=32.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112202030.0400.080.1491.7619.5482.94
HexD3DCCB408E5c1453
Octal32333431340101613424123
Binary1101001111011100110010111000100011101011100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCCB; }

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

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

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

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

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

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

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

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