#D5E8BE

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

Shades of Ottoman #D5E8BE

Tints of Ottoman #D5E8BE

Color information

#D5E8BE (or 0xD5E8BE) is unknown color: approx Ottoman. HEX triplet: D5, E8 and BE. RGB value is (213,232,190). Sum of RGB (Red+Green+Blue) = 213+232+190=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8BE is #2A1741. Grayscale: #DDDDDD. Windows color (decimal): -2758466 or 12511445. OLE color: 12511445.

HSL color Cylindrical-coordinate representation of color #D5E8BE: hue angle of 87.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5E8BE is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB213232190-
CMYK0.0800.180.09
HSL87.14º47.73%82.75%-
HSV(B)87.14º18.1%90.98%-
XYZ65.5975.5859.85-
YUV221.53110.21121.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=33.54%
G=36.54%
B=29.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132321900.0800.180.0987.1447.7382.75
HexD5E8BE80129573053
Octal325350276100221112760123
Binary1101010111101000101111101000010010100110101111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E8BE; }

 p { color: rgb(213,232,190); }

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

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

 a { background-color: rgb(213,232,190); }

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

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

 span { border-color: rgb(213,232,190); }

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