#D1DCC4

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

Shades of Ottoman #D1DCC4

Tints of Ottoman #D1DCC4

Color information

#D1DCC4 (or 0xD1DCC4) is unknown color: approx Ottoman. HEX triplet: D1, DC and C4. RGB value is (209,220,196). Sum of RGB (Red+Green+Blue) = 209+220+196=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC4 is #2E233B. Grayscale: #D6D6D6. Windows color (decimal): -3023676 or 12901585. OLE color: 12901585.

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

Color convert

RGB209220196-
CMYK0.0500.110.14
HSL87.5º25.53%81.57%-
HSV(B)87.5º10.91%86.27%-
XYZ61.8568.7362.23-
YUV213.97117.86124.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=33.44%
G=35.2%
B=31.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092201960.0500.110.1487.525.5381.57
HexD1DCC450BE571a52
Octal32133430450131612732122
Binary1101000111011100110001001010101111101010111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCC4; }

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

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

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

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

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

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

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

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