#EBB6BC

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

Shades of Blossom #EBB6BC

Tints of Blossom #EBB6BC

Color information

#EBB6BC (or 0xEBB6BC) is unknown color: approx Blossom. HEX triplet: EB, B6 and BC. RGB value is (235,182,188). Sum of RGB (Red+Green+Blue) = 235+182+188=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6BC is #144943. Grayscale: #C6C6C6. Windows color (decimal): -1329476 or 12367595. OLE color: 12367595.

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

Color convert

RGB235182188-
CMYK00.230.20.08
HSL353.21º56.99%81.76%-
HSV(B)353.21º22.55%92.16%-
XYZ60.0754.7554.98-
YUV198.53122.06154.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=38.84%
G=30.08%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518218800.230.20.08353.2156.9981.76
HexEBB6BC0171481613952
Octal353266274027241054171122
Binary1110101110110110101111000101111010010001011000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6BC; }

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

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

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

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

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

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

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

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