#E8BCC0

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

Shades of Blossom #E8BCC0

Tints of Blossom #E8BCC0

Color information

#E8BCC0 (or 0xE8BCC0) is unknown color: approx Blossom. HEX triplet: E8, BC and C0. RGB value is (232,188,192). Sum of RGB (Red+Green+Blue) = 232+188+192=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCC0 is #17433F. Grayscale: #C9C9C9. Windows color (decimal): -1524544 or 12631272. OLE color: 12631272.

HSL color Cylindrical-coordinate representation of color #E8BCC0: hue angle of 354.55º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BCC0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB232188192-
CMYK00.190.170.09
HSL354.55º48.89%82.35%-
HSV(B)354.55º18.97%90.98%-
XYZ60.7856.9357.65-
YUV201.61122.58149.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=37.91%
G=30.72%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218819200.190.170.09354.5548.8982.35
HexE8BCC00131191633152
Octal350274300023211154361122
Binary1110100010111100110000000100111000110011011000111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCC0; }

 p { color: rgb(232,188,192); }

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

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

 a { background-color: rgb(232,188,192); }

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

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

 span { border-color: rgb(232,188,192); }

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