#D0DEBD

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

Shades of Ottoman #D0DEBD

Tints of Ottoman #D0DEBD

Color information

#D0DEBD (or 0xD0DEBD) is unknown color: approx Ottoman. HEX triplet: D0, DE and BD. RGB value is (208,222,189). Sum of RGB (Red+Green+Blue) = 208+222+189=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEBD is #2F2142. Grayscale: #D6D6D6. Windows color (decimal): -3088707 or 12443344. OLE color: 12443344.

HSL color Cylindrical-coordinate representation of color #D0DEBD: hue angle of 85.45º 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 #D0DEBD is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB208222189-
CMYK0.0600.150.13
HSL85.45º33.33%80.59%-
HSV(B)85.45º14.86%87.06%-
XYZ61.3269.3358.29-
YUV214.05113.86123.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=33.60%
G=35.86%
B=30.53%

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
Decimal2082221890.0600.150.1385.4533.3380.59
HexD0DEBD60FD552151
Octal32033627560171512541121
Binary11010000110111101011110111001111110110101011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEBD; }

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

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

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

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

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

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

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

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