#D5E8BF

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

Shades of Ottoman #D5E8BF

Tints of Ottoman #D5E8BF

Color information

#D5E8BF (or 0xD5E8BF) is unknown color: approx Ottoman. HEX triplet: D5, E8 and BF. RGB value is (213,232,191). Sum of RGB (Red+Green+Blue) = 213+232+191=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8BF is #2A1740. Grayscale: #DDDDDD. Windows color (decimal): -2758465 or 12576981. OLE color: 12576981.

HSL color Cylindrical-coordinate representation of color #D5E8BF: hue angle of 87.8º degrees, saturation: 0.47, 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 #D5E8BF is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB213232191-
CMYK0.0800.180.09
HSL87.8º47.13%82.94%-
HSV(B)87.8º17.67%90.98%-
XYZ65.775.6260.42-
YUV221.64110.71121.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 191 (75% from 255) = 30.03%
R=33.49%
G=36.48%
B=30.03%

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
Decimal2132321910.0800.180.0987.847.1382.94
HexD5E8BF80129582f53
Octal325350277100221113057123
Binary1101010111101000101111111000010010100110110001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E8BF; }

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

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

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

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

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

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

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

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