#D3DAC8

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

Shades of Ottoman #D3DAC8

Tints of Ottoman #D3DAC8

Color information

#D3DAC8 (or 0xD3DAC8) is unknown color: approx Ottoman. HEX triplet: D3, DA and C8. RGB value is (211,218,200). Sum of RGB (Red+Green+Blue) = 211+218+200=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DAC8 is #2C2537. Grayscale: #D5D5D5. Windows color (decimal): -2893112 or 13163219. OLE color: 13163219.

HSL color Cylindrical-coordinate representation of color #D3DAC8: hue angle of 83.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3DAC8 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB211218200-
CMYK0.0300.080.15
HSL83.33º19.57%81.96%-
HSV(B)83.33º8.26%85.49%-
XYZ62.3668.1664.51-
YUV213.86120.18125.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=33.55%
G=34.66%
B=31.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112182000.0300.080.1583.3319.5781.96
HexD3DAC8308F531452
Octal32333231030101712324122
Binary110100111101101011001000110100011111010011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DAC8; }

 p { color: rgb(211,218,200); }

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

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

 a { background-color: rgb(211,218,200); }

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

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

 span { border-color: rgb(211,218,200); }

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