#D1E1BE

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

Shades of Ottoman #D1E1BE

Tints of Ottoman #D1E1BE

Color information

#D1E1BE (or 0xD1E1BE) is unknown color: approx Ottoman. HEX triplet: D1, E1 and BE. RGB value is (209,225,190). Sum of RGB (Red+Green+Blue) = 209+225+190=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1BE is #2E1E41. Grayscale: #D8D8D8. Windows color (decimal): -3022402 or 12509649. OLE color: 12509649.

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

Color convert

RGB209225190-
CMYK0.0700.160.12
HSL87.43º36.84%81.37%-
HSV(B)87.43º15.56%88.24%-
XYZ62.5171.1259.15-
YUV216.23113.2122.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 225 (88.28% from 255) = 36.06%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=33.49%
G=36.06%
B=30.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092251900.0700.160.1287.4336.8481.37
HexD1E1BE7010C572551
Octal32134127670201412745121
Binary110100011110000110111110111010000110010101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1BE; }

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

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

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

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

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

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

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

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