#D0DDBF

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

Shades of Ottoman #D0DDBF

Tints of Ottoman #D0DDBF

Color information

#D0DDBF (or 0xD0DDBF) is unknown color: approx Ottoman. HEX triplet: D0, DD and BF. RGB value is (208,221,191). Sum of RGB (Red+Green+Blue) = 208+221+191=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDBF is #2F2240. Grayscale: #D5D5D5. Windows color (decimal): -3088961 or 12574160. OLE color: 12574160.

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

Color convert

RGB208221191-
CMYK0.0600.140.13
HSL86º30.61%80.78%-
HSV(B)86º13.57%86.67%-
XYZ61.2768.8859.36-
YUV213.69115.19123.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 191 (75% from 255) = 30.81%
R=33.55%
G=35.65%
B=30.81%

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
Decimal2082211910.0600.140.138630.6180.78
HexD0DDBF60ED561f51
Octal32033527760161512637121
Binary1101000011011101101111111100111011011010110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDBF; }

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

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

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

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

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

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

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

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