#D1DACA

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

Shades of Ottoman #D1DACA

Tints of Ottoman #D1DACA

Color information

#D1DACA (or 0xD1DACA) is unknown color: approx Ottoman. HEX triplet: D1, DA and CA. RGB value is (209,218,202). Sum of RGB (Red+Green+Blue) = 209+218+202=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DACA is #2E2535. Grayscale: #D5D5D5. Windows color (decimal): -3024182 or 13294289. OLE color: 13294289.

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

Color convert

RGB209218202-
CMYK0.0400.070.15
HSL93.75º17.78%82.35%-
HSV(B)93.75º7.34%85.49%-
XYZ62.0367.9665.73-
YUV213.48121.52124.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=33.23%
G=34.66%
B=32.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092182020.0400.070.1593.7517.7882.35
HexD1DACA407F5e1252
Octal3213323124071713622122
Binary110100011101101011001010100011111111011110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DACA; }

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

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

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

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

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

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

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

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