#D1DACC

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

Shades of Ottoman #D1DACC

Tints of Ottoman #D1DACC

Color information

#D1DACC (or 0xD1DACC) is unknown color: approx Ottoman. HEX triplet: D1, DA and CC. RGB value is (209,218,204). Sum of RGB (Red+Green+Blue) = 209+218+204=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DACC is #2E2533. Grayscale: #D5D5D5. Windows color (decimal): -3024180 or 13425361. OLE color: 13425361.

HSL color Cylindrical-coordinate representation of color #D1DACC: hue angle of 98.57º 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 #D1DACC is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB209218204-
CMYK0.0400.060.15
HSL98.57º15.91%82.75%-
HSV(B)98.57º6.42%85.49%-
XYZ62.2668.0666.98-
YUV213.71122.52124.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=33.12%
G=34.55%
B=32.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092182040.0400.060.1598.5715.9182.75
HexD1DACC406F631053
Octal3213323144061714320123
Binary110100011101101011001100100011011111100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DACC; }

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

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

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

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

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

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

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

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