#E6B9BE

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

Shades of Blossom #E6B9BE

Tints of Blossom #E6B9BE

Color information

#E6B9BE (or 0xE6B9BE) is unknown color: approx Blossom. HEX triplet: E6, B9 and BE. RGB value is (230,185,190). Sum of RGB (Red+Green+Blue) = 230+185+190=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9BE is #194641. Grayscale: #C7C7C7. Windows color (decimal): -1656386 or 12499430. OLE color: 12499430.

HSL color Cylindrical-coordinate representation of color #E6B9BE: hue angle of 353.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B9BE is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230185190-
CMYK00.200.170.10
HSL353.33º47.37%81.37%-
HSV(B)353.33º19.57%90.2%-
XYZ59.2855.2456.25-
YUV199.02122.91150.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=38.02%
G=30.58%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018519000.200.170.10353.3347.3781.37
HexE6B9BE01411A1612f51
Octal346271276024211254157121
Binary1110011010111001101111100101001000110101011000011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B9BE; }

 p { color: rgb(230,185,190); }

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

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

 a { background-color: rgb(230,185,190); }

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

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

 span { border-color: rgb(230,185,190); }

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