#D1DDBD

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

Shades of Ottoman #D1DDBD

Tints of Ottoman #D1DDBD

Color information

#D1DDBD (or 0xD1DDBD) is unknown color: approx Ottoman. HEX triplet: D1, DD and BD. RGB value is (209,221,189). Sum of RGB (Red+Green+Blue) = 209+221+189=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDBD is #2E2242. Grayscale: #D5D5D5. Windows color (decimal): -3023427 or 12443089. OLE color: 12443089.

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

Color convert

RGB209221189-
CMYK0.0500.140.13
HSL82.5º32%80.39%-
HSV(B)82.5º14.48%86.67%-
XYZ61.3468.9458.22-
YUV213.76114.02124.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=33.76%
G=35.70%
B=30.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211890.0500.140.1382.53280.39
HexD1DDBD50ED522050
Octal32133527550161512240120
Binary11010001110111011011110110101110110110100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDBD; }

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

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

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

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

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

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

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

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