#E6B9BD

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

Shades of Blossom #E6B9BD

Tints of Blossom #E6B9BD

Color information

#E6B9BD (or 0xE6B9BD) is unknown color: approx Blossom. HEX triplet: E6, B9 and BD. RGB value is (230,185,189). Sum of RGB (Red+Green+Blue) = 230+185+189=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9BD is #194642. Grayscale: #C6C6C6. Windows color (decimal): -1656387 or 12433894. OLE color: 12433894.

HSL color Cylindrical-coordinate representation of color #E6B9BD: hue angle of 354.67º 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 #E6B9BD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230185189-
CMYK00.200.180.10
HSL354.67º47.37%81.37%-
HSV(B)354.67º19.57%90.2%-
XYZ59.1755.255.68-
YUV198.91122.41150.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.08%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=38.08%
G=30.63%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018518900.200.180.10354.6747.3781.37
HexE6B9BD01412A1632f51
Octal346271275024221254357121
Binary1110011010111001101111010101001001010101011000111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B9BD; }

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

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

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

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

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

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

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

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