#D1DCC1

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

Shades of Ottoman #D1DCC1

Tints of Ottoman #D1DCC1

Color information

#D1DCC1 (or 0xD1DCC1) is unknown color: approx Ottoman. HEX triplet: D1, DC and C1. RGB value is (209,220,193). Sum of RGB (Red+Green+Blue) = 209+220+193=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC1 is #2E233E. Grayscale: #D5D5D5. Windows color (decimal): -3023679 or 12704977. OLE color: 12704977.

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

Color convert

RGB209220193-
CMYK0.0500.120.14
HSL84.44º27.84%80.98%-
HSV(B)84.44º12.27%86.27%-
XYZ61.5168.5960.45-
YUV213.63116.36124.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=33.60%
G=35.37%
B=31.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092201930.0500.120.1484.4427.8480.98
HexD1DCC150CE541c51
Octal32133430150141612434121
Binary1101000111011100110000011010110011101010100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCC1; }

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

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

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

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

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

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

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

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