#D1DEBD

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

Shades of Ottoman #D1DEBD

Tints of Ottoman #D1DEBD

Color information

#D1DEBD (or 0xD1DEBD) is unknown color: approx Ottoman. HEX triplet: D1, DE and BD. RGB value is (209,222,189). Sum of RGB (Red+Green+Blue) = 209+222+189=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEBD is #2E2142. Grayscale: #D6D6D6. Windows color (decimal): -3023171 or 12443345. OLE color: 12443345.

HSL color Cylindrical-coordinate representation of color #D1DEBD: hue angle of 83.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1DEBD is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB209222189-
CMYK0.0600.150.13
HSL83.64º33.33%80.59%-
HSV(B)83.64º14.86%87.06%-
XYZ61.669.4758.31-
YUV214.35113.69124.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.71%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=33.71%
G=35.81%
B=30.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092221890.0600.150.1383.6433.3380.59
HexD1DEBD60FD542151
Octal32133627560171512441121
Binary11010001110111101011110111001111110110101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DEBD; }

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

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

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

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

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

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

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

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