#D1E5BA

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

Shades of Ottoman #D1E5BA

Tints of Ottoman #D1E5BA

Color information

#D1E5BA (or 0xD1E5BA) is unknown color: approx Ottoman. HEX triplet: D1, E5 and BA. RGB value is (209,229,186). Sum of RGB (Red+Green+Blue) = 209+229+186=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5BA is #2E1A45. Grayscale: #DADADA. Windows color (decimal): -3021382 or 12248529. OLE color: 12248529.

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

Color convert

RGB209229186-
CMYK0.0900.190.10
HSL87.91º45.26%81.37%-
HSV(B)87.91º18.78%89.8%-
XYZ63.1873.1457.24-
YUV218.12109.87121.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 229 (89.84% from 255) = 36.70%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=33.49%
G=36.70%
B=29.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092291860.0900.190.1087.9145.2681.37
HexD1E5BA9013A582d51
Octal321345272110231213055121
Binary1101000111100101101110101001010011101010110001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E5BA; }

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

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

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

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

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

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

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

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