Html Css Color HEX #EBB7BB Blossom

📋 copy color: '#EBB7BB'

red 235 ◦ green 183 ◦ blue 187

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

Shades of Blossom #EBB7BB

Tints of Blossom #EBB7BB

RGB

 RED value IS 235 (92.19% from 255) = 38.84%

 GREEN value IS 183 (71.88% from 255) = 30.25%

 BLUE value IS 187 (73.44% from 255) = 30.91%

R = 38.84%
G = 30.25%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBB7BB (or 0xEBB7BB) is known color: Blossom. HEX triplet: EB, B7 and BB. RGB value is (235,183,187). Sum of RGB (Red+Green+Blue) = 235+183+187=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7BB is #144844. Grayscale: #C7C7C7. Windows color (decimal): -1329221 or 12302315. OLE color: 12302315.

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

Color convert

RGB 235 183 187 -
CMYK 0 0.22 0.20 0.08
HSL 355.38º 0.57% 0.82% -
HSV(B) 355.38º 0.22% 0.92% -
XYZ 60.16 55.12 54.48 -
YUV 199 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 235 183 187 0 0.22 0.20 0.08 355.38 0.57 0.82
Hex EB B7 BB 0 16 14 8 163 39 52
Octal 353 267 273 0 26 24 10 543 71 122
Binary 11101011 10110111 10111011 0 10110 10100 1000 101100011 111001 1010010

Color Harmonies of #EBB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB7BB

Black with #EBB7BB

Text Example


Text Example

White with #EBB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB7BB; }

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

 H1.HeaderClassName
 {
   color: #EBB7BB;
 }
 .AnyTagClassName
 {
   color: #EBB7BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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