#E4BDC0

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

Shades of Blossom #E4BDC0

Tints of Blossom #E4BDC0

Color information

#E4BDC0 (or 0xE4BDC0) is unknown color: approx Blossom. HEX triplet: E4, BD and C0. RGB value is (228,189,192). Sum of RGB (Red+Green+Blue) = 228+189+192=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDC0 is #1B423F. Grayscale: #C9C9C9. Windows color (decimal): -1786432 or 12631524. OLE color: 12631524.

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

Color convert

RGB228189192-
CMYK00.170.160.11
HSL355.38º41.94%81.76%-
HSV(B)355.38º17.11%89.41%-
XYZ59.7156.6957.67-
YUV201122.92147.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=37.44%
G=31.03%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818919200.170.160.11355.3841.9481.76
HexE4BDC001110B1632a52
Octal344275300021201354352122
Binary1110010010111101110000000100011000010111011000111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDC0; }

 p { color: rgb(228,189,192); }

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

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

 a { background-color: rgb(228,189,192); }

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

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

 span { border-color: rgb(228,189,192); }

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