#E4BFC0

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

Shades of Blossom #E4BFC0

Tints of Blossom #E4BFC0

Color information

#E4BFC0 (or 0xE4BFC0) is unknown color: approx Blossom. HEX triplet: E4, BF and C0. RGB value is (228,191,192). Sum of RGB (Red+Green+Blue) = 228+191+192=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFC0 is #1B403F. Grayscale: #CACACA. Windows color (decimal): -1785920 or 12632036. OLE color: 12632036.

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

Color convert

RGB228191192-
CMYK00.160.160.11
HSL358.38º40.66%82.16%-
HSV(B)358.38º16.23%89.41%-
XYZ60.1457.5657.81-
YUV202.18122.26146.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.32%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=37.32%
G=31.26%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819119200.160.160.11358.3840.6682.16
HexE4BFC001010B1662952
Octal344277300020201354651122
Binary1110010010111111110000000100001000010111011001101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFC0; }

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

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

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

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

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

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

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

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