#EBBABC

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

Shades of Blossom #EBBABC

Tints of Blossom #EBBABC

Color information

#EBBABC (or 0xEBBABC) is unknown color: approx Blossom. HEX triplet: EB, BA and BC. RGB value is (235,186,188). Sum of RGB (Red+Green+Blue) = 235+186+188=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBABC is #144543. Grayscale: #C8C8C8. Windows color (decimal): -1328452 or 12368619. OLE color: 12368619.

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

Color convert

RGB235186188-
CMYK00.210.20.08
HSL357.55º55.06%82.55%-
HSV(B)357.55º20.85%92.16%-
XYZ60.956.4155.26-
YUV200.88120.73152.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=38.59%
G=30.54%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518618800.210.20.08357.5555.0682.55
HexEBBABC0151481663753
Octal353272274025241054667123
Binary1110101110111010101111000101011010010001011001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBABC; }

 p { color: rgb(235,186,188); }

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

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

 a { background-color: rgb(235,186,188); }

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

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

 span { border-color: rgb(235,186,188); }

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