#E6AAB3

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

Shades of Blossom #E6AAB3

Tints of Blossom #E6AAB3

Color information

#E6AAB3 (or 0xE6AAB3) is unknown color: approx Blossom. HEX triplet: E6, AA and B3. RGB value is (230,170,179). Sum of RGB (Red+Green+Blue) = 230+170+179=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AAB3 is #19554C. Grayscale: #BCBCBC. Windows color (decimal): -1660237 or 11774694. OLE color: 11774694.

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

Color convert

RGB230170179-
CMYK00.260.220.10
HSL351º54.55%78.43%-
HSV(B)351º26.09%90.2%-
XYZ55.1448.8349.17-
YUV188.97122.38157.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 179 (70.31% from 255) = 30.92%
R=39.72%
G=29.36%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017017900.260.220.1035154.5578.43
HexE6AAB301A16A15f374e
Octal346252263032261253767116
Binary1110011010101010101100110110101011010101010111111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAB3; }

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

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

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

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

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

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

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

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