#D1DCC0

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

Shades of Ottoman #D1DCC0

Tints of Ottoman #D1DCC0

Color information

#D1DCC0 (or 0xD1DCC0) is unknown color: approx Ottoman. HEX triplet: D1, DC and C0. RGB value is (209,220,192). Sum of RGB (Red+Green+Blue) = 209+220+192=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC0 is #2E233F. Grayscale: #D5D5D5. Windows color (decimal): -3023680 or 12639441. OLE color: 12639441.

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

Color convert

RGB209220192-
CMYK0.0500.130.14
HSL83.57º28.57%80.78%-
HSV(B)83.57º12.73%86.27%-
XYZ61.468.5559.86-
YUV213.52115.86124.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 192 (75.39% from 255) = 30.92%
R=33.66%
G=35.43%
B=30.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092201920.0500.130.1483.5728.5780.78
HexD1DCC050DE541d51
Octal32133430050151612435121
Binary1101000111011100110000001010110111101010100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCC0; }

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

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

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

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

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

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

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

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