#D1DDC5

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

Shades of Ottoman #D1DDC5

Tints of Ottoman #D1DDC5

Color information

#D1DDC5 (or 0xD1DDC5) is unknown color: approx Ottoman. HEX triplet: D1, DD and C5. RGB value is (209,221,197). Sum of RGB (Red+Green+Blue) = 209+221+197=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDC5 is #2E223A. Grayscale: #D6D6D6. Windows color (decimal): -3023419 or 12967377. OLE color: 12967377.

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

Color convert

RGB209221197-
CMYK0.0500.110.13
HSL90º26.09%81.96%-
HSV(B)90º10.86%86.67%-
XYZ62.2369.362.92-
YUV214.68118.02123.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=33.33%
G=35.25%
B=31.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211970.0500.110.139026.0981.96
HexD1DDC550BD5a1a52
Octal32133530550131513232122
Binary1101000111011101110001011010101111011011010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDC5; }

 p { color: rgb(209,221,197); }

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

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

 a { background-color: rgb(209,221,197); }

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

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

 span { border-color: rgb(209,221,197); }

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