#E6ACB3

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

Shades of Blossom #E6ACB3

Tints of Blossom #E6ACB3

Color information

#E6ACB3 (or 0xE6ACB3) is unknown color: approx Blossom. HEX triplet: E6, AC and B3. RGB value is (230,172,179). Sum of RGB (Red+Green+Blue) = 230+172+179=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACB3 is #19534C. Grayscale: #BEBEBE. Windows color (decimal): -1659725 or 11775206. OLE color: 11775206.

HSL color Cylindrical-coordinate representation of color #E6ACB3: hue angle of 352.76º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ACB3 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB230172179-
CMYK00.250.220.10
HSL352.76º53.7%78.82%-
HSV(B)352.76º25.22%90.2%-
XYZ55.5249.5849.29-
YUV190.14121.72156.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.59%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=39.59%
G=29.60%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017217900.250.220.10352.7653.778.82
HexE6ACB301916A161364f
Octal346254263031261254166117
Binary1110011010101100101100110110011011010101011000011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACB3; }

 p { color: rgb(230,172,179); }

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

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

 a { background-color: rgb(230,172,179); }

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

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

 span { border-color: rgb(230,172,179); }

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