#EBB9BB

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

Shades of Blossom #EBB9BB

Tints of Blossom #EBB9BB

Color information

#EBB9BB (or 0xEBB9BB) is unknown color: approx Blossom. HEX triplet: EB, B9 and BB. RGB value is (235,185,187). Sum of RGB (Red+Green+Blue) = 235+185+187=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9BB is #144644. Grayscale: #C8C8C8. Windows color (decimal): -1328709 or 12302827. OLE color: 12302827.

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

Color convert

RGB235185187-
CMYK00.210.200.08
HSL357.6º55.56%82.35%-
HSV(B)357.6º21.28%92.16%-
XYZ60.5855.9554.62-
YUV200.18120.56152.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=38.71%
G=30.48%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518518700.210.200.08357.655.5682.35
HexEBB9BB0151481663852
Octal353271273025241054670122
Binary1110101110111001101110110101011010010001011001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9BB; }

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

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

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

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

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

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

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

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