#D1E5BF

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

Shades of Ottoman #D1E5BF

Tints of Ottoman #D1E5BF

Color information

#D1E5BF (or 0xD1E5BF) is unknown color: approx Ottoman. HEX triplet: D1, E5 and BF. RGB value is (209,229,191). Sum of RGB (Red+Green+Blue) = 209+229+191=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5BF is #2E1A40. Grayscale: #DADADA. Windows color (decimal): -3021377 or 12576209. OLE color: 12576209.

HSL color Cylindrical-coordinate representation of color #D1E5BF: hue angle of 91.58º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1E5BF is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB209229191-
CMYK0.0900.170.10
HSL91.58º42.22%82.35%-
HSV(B)91.58º16.59%89.8%-
XYZ63.7273.3660.09-
YUV218.69112.37121.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 191 (75% from 255) = 30.37%
R=33.23%
G=36.41%
B=30.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092291910.0900.170.1091.5842.2282.35
HexD1E5BF9011A5c2a52
Octal321345277110211213452122
Binary1101000111100101101111111001010001101010111001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E5BF; }

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

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

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

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

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

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

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

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