#D1DCC8

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

Shades of Ottoman #D1DCC8

Tints of Ottoman #D1DCC8

Color information

#D1DCC8 (or 0xD1DCC8) is unknown color: approx Ottoman. HEX triplet: D1, DC and C8. RGB value is (209,220,200). Sum of RGB (Red+Green+Blue) = 209+220+200=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC8 is #2E2337. Grayscale: #D6D6D6. Windows color (decimal): -3023672 or 13163729. OLE color: 13163729.

HSL color Cylindrical-coordinate representation of color #D1DCC8: hue angle of 93º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1DCC8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB209220200-
CMYK0.0500.090.14
HSL93º22.22%82.35%-
HSV(B)93º9.09%86.27%-
XYZ62.3168.9164.66-
YUV214.43119.86124.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=33.23%
G=34.98%
B=31.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092202000.0500.090.149322.2282.35
HexD1DCC8509E5d1652
Octal32133431050111613526122
Binary1101000111011100110010001010100111101011101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCC8; }

 p { color: rgb(209,220,200); }

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

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

 a { background-color: rgb(209,220,200); }

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

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

 span { border-color: rgb(209,220,200); }

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