#E3BDC0

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

Shades of Blossom #E3BDC0

Tints of Blossom #E3BDC0

Color information

#E3BDC0 (or 0xE3BDC0) is unknown color: approx Blossom. HEX triplet: E3, BD and C0. RGB value is (227,189,192). Sum of RGB (Red+Green+Blue) = 227+189+192=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDC0 is #1C423F. Grayscale: #C8C8C8. Windows color (decimal): -1851968 or 12631523. OLE color: 12631523.

HSL color Cylindrical-coordinate representation of color #E3BDC0: hue angle of 355.26º degrees, saturation: 0.4, 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 #E3BDC0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB227189192-
CMYK00.170.150.11
HSL355.26º40.43%81.57%-
HSV(B)355.26º16.74%89.02%-
XYZ59.3956.5357.65-
YUV200.7123.09146.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=37.34%
G=31.09%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718919200.170.150.11355.2640.4381.57
HexE3BDC0011FB1632852
Octal343275300021171354350122
Binary111000111011110111000000010001111110111011000111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDC0; }

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

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

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

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

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

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

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

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