#D2DAC8

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

Shades of Ottoman #D2DAC8

Tints of Ottoman #D2DAC8

Color information

#D2DAC8 (or 0xD2DAC8) is unknown color: approx Ottoman. HEX triplet: D2, DA and C8. RGB value is (210,218,200). Sum of RGB (Red+Green+Blue) = 210+218+200=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DAC8 is #2D2537. Grayscale: #D5D5D5. Windows color (decimal): -2958648 or 13163218. OLE color: 13163218.

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

Color convert

RGB210218200-
CMYK0.0400.080.15
HSL86.67º19.57%81.96%-
HSV(B)86.67º8.26%85.49%-
XYZ62.0868.0164.5-
YUV213.56120.35125.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=33.44%
G=34.71%
B=31.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102182000.0400.080.1586.6719.5781.96
HexD2DAC8408F571452
Octal32233231040101712724122
Binary1101001011011010110010001000100011111010111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAC8; }

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

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

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

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

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

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

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

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