#E0B6BD

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

Shades of Blossom #E0B6BD

Tints of Blossom #E0B6BD

Color information

#E0B6BD (or 0xE0B6BD) is unknown color: approx Blossom. HEX triplet: E0, B6 and BD. RGB value is (224,182,189). Sum of RGB (Red+Green+Blue) = 224+182+189=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B6BD is #1F4942. Grayscale: #C3C3C3. Windows color (decimal): -2050371 or 12433120. OLE color: 12433120.

HSL color Cylindrical-coordinate representation of color #E0B6BD: hue angle of 350º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0B6BD is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224182189-
CMYK00.190.160.12
HSL350º40.38%79.61%-
HSV(B)350º18.75%87.84%-
XYZ56.6552.9855.38-
YUV195.36124.41148.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=37.65%
G=30.59%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418218900.190.160.1235040.3879.61
HexE0B6BD01310C15e2850
Octal340266275023201453650120
Binary1110000010110110101111010100111000011001010111101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B6BD; }

 p { color: rgb(224,182,189); }

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

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

 a { background-color: rgb(224,182,189); }

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

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

 span { border-color: rgb(224,182,189); }

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