#D1E1BF

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

Shades of Ottoman #D1E1BF

Tints of Ottoman #D1E1BF

Color information

#D1E1BF (or 0xD1E1BF) is unknown color: approx Ottoman. HEX triplet: D1, E1 and BF. RGB value is (209,225,191). Sum of RGB (Red+Green+Blue) = 209+225+191=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1BF is #2E1E40. Grayscale: #D8D8D8. Windows color (decimal): -3022401 or 12575185. OLE color: 12575185.

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

Color convert

RGB209225191-
CMYK0.0700.150.12
HSL88.24º36.17%81.57%-
HSV(B)88.24º15.11%88.24%-
XYZ62.6271.1759.73-
YUV216.34113.7122.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 191 (75% from 255) = 30.56%
R=33.44%
G=36%
B=30.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092251910.0700.150.1288.2436.1781.57
HexD1E1BF70FC582452
Octal32134127770171413044122
Binary11010001111000011011111111101111110010110001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1BF; }

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

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

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

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

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

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

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

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