#D0DDBD

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

Shades of Ottoman #D0DDBD

Tints of Ottoman #D0DDBD

Color information

#D0DDBD (or 0xD0DDBD) is unknown color: approx Ottoman. HEX triplet: D0, DD and BD. RGB value is (208,221,189). Sum of RGB (Red+Green+Blue) = 208+221+189=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDBD is #2F2242. Grayscale: #D5D5D5. Windows color (decimal): -3088963 or 12443088. OLE color: 12443088.

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

Color convert

RGB208221189-
CMYK0.0600.140.13
HSL84.38º32%80.39%-
HSV(B)84.38º14.48%86.67%-
XYZ61.0568.858.21-
YUV213.46114.19124.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=33.66%
G=35.76%
B=30.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211890.0600.140.1384.383280.39
HexD0DDBD60ED542050
Octal32033527560161512440120
Binary11010000110111011011110111001110110110101001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDBD; }

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

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

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

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

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

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

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

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