#D0E1BA

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

Shades of Ottoman #D0E1BA

Tints of Ottoman #D0E1BA

Color information

#D0E1BA (or 0xD0E1BA) is unknown color: approx Ottoman. HEX triplet: D0, E1 and BA. RGB value is (208,225,186). Sum of RGB (Red+Green+Blue) = 208+225+186=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1BA is #2F1E45. Grayscale: #D7D7D7. Windows color (decimal): -3087942 or 12247504. OLE color: 12247504.

HSL color Cylindrical-coordinate representation of color #D0E1BA: hue angle of 86.15º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E1BA is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB208225186-
CMYK0.0800.170.12
HSL86.15º39.39%80.59%-
HSV(B)86.15º17.33%88.24%-
XYZ61.870.8156.86-
YUV215.47111.37122.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=33.60%
G=36.35%
B=30.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251860.0800.170.1286.1539.3980.59
HexD0E1BA8011C562751
Octal320341272100211412647121
Binary1101000011100001101110101000010001110010101101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1BA; }

 p { color: rgb(208,225,186); }

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

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

 a { background-color: rgb(208,225,186); }

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

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

 span { border-color: rgb(208,225,186); }

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