#D3DACC

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

Shades of Ottoman #D3DACC

Tints of Ottoman #D3DACC

Color information

#D3DACC (or 0xD3DACC) is unknown color: approx Ottoman. HEX triplet: D3, DA and CC. RGB value is (211,218,204). Sum of RGB (Red+Green+Blue) = 211+218+204=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DACC is #2C2533. Grayscale: #D6D6D6. Windows color (decimal): -2893108 or 13425363. OLE color: 13425363.

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

Color convert

RGB211218204-
CMYK0.0300.060.15
HSL90º15.91%82.75%-
HSV(B)90º6.42%85.49%-
XYZ62.8368.3567.01-
YUV214.31122.18125.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=33.33%
G=34.44%
B=32.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112182040.0300.060.159015.9182.75
HexD3DACC306F5a1053
Octal3233323143061713220123
Binary11010011110110101100110011011011111011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DACC; }

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

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

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

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

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

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

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

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