#EBAFBB

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

Shades of Blossom #EBAFBB

Tints of Blossom #EBAFBB

Color information

#EBAFBB (or 0xEBAFBB) is unknown color: approx Blossom. HEX triplet: EB, AF and BB. RGB value is (235,175,187). Sum of RGB (Red+Green+Blue) = 235+175+187=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFBB is #145044. Grayscale: #C2C2C2. Windows color (decimal): -1331269 or 12300267. OLE color: 12300267.

HSL color Cylindrical-coordinate representation of color #EBAFBB: hue angle of 348º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFBB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235175187-
CMYK00.260.200.08
HSL348º60%80.39%-
HSV(B)348º25.53%92.16%-
XYZ58.5651.9153.95-
YUV194.31123.88157.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=39.36%
G=29.31%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517518700.260.200.083486080.39
HexEBAFBB01A14815c3c50
Octal353257273032241053474120
Binary1110101110101111101110110110101010010001010111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFBB; }

 p { color: rgb(235,175,187); }

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

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

 a { background-color: rgb(235,175,187); }

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

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

 span { border-color: rgb(235,175,187); }

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