Html Css Color HEX #EBBABC Blossom

📋 copy color: '#EBBABC'

red 235 ◦ green 186 ◦ blue 188

#EBBABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #EBBABC

Tints of Blossom #EBBABC

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 value IS 0

 M value IS 0.21

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBBABC (or 0xEBBABC) is known color: 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

RGB 235 186 188 -
CMYK 0 0.21 0.2 0.08
HSL 357.55º 0.55% 0.83% -
HSV(B) 357.55º 0.21% 0.92% -
XYZ 60.9 56.41 55.26 -
YUV 200.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 235 186 188 0 0.21 0.2 0.08 357.55 0.55 0.83
Hex EB BA BC 0 15 14 8 166 37 53
Octal 353 272 274 0 25 24 10 546 67 123
Binary 11101011 10111010 10111100 0 10101 10100 1000 101100110 110111 1010011

Color Harmonies of #EBBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBABC

Black with #EBBABC

Text Example


Text Example

White with #EBBABC

Text Example


Text Example

HTML Codes & Css Web 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>