#D1E1BA

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

Shades of Ottoman #D1E1BA

Tints of Ottoman #D1E1BA

Color information

#D1E1BA (or 0xD1E1BA) is unknown color: approx Ottoman. HEX triplet: D1, E1 and BA. RGB value is (209,225,186). Sum of RGB (Red+Green+Blue) = 209+225+186=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1BA is #2E1E45. Grayscale: #D7D7D7. Windows color (decimal): -3022406 or 12247505. OLE color: 12247505.

HSL color Cylindrical-coordinate representation of color #D1E1BA: hue angle of 84.62º 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 #D1E1BA is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB209225186-
CMYK0.0700.170.12
HSL84.62º39.39%80.59%-
HSV(B)84.62º17.33%88.24%-
XYZ62.0870.9556.88-
YUV215.77111.2123.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.71%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 186 (73.05% from 255) = 30%
R=33.71%
G=36.29%
B=30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092251860.0700.170.1284.6239.3980.59
HexD1E1BA7011C552751
Octal32134127270211412547121
Binary110100011110000110111010111010001110010101011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1BA; }

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

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

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

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

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

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

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

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