Html Css Color HEX #E7B9BC Blossom

📋 copy color: '#E7B9BC'

red 231 ◦ green 185 ◦ blue 188

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

Shades of Blossom #E7B9BC

Tints of Blossom #E7B9BC

RGB

 RED value IS 231 (90.63% from 255) = 38.25%

 GREEN value IS 185 (72.66% from 255) = 30.63%

 BLUE value IS 188 (73.83% from 255) = 31.13%

R = 38.25%
G = 30.63%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7B9BC (or 0xE7B9BC) is known color: Blossom. HEX triplet: E7, B9 and BC. RGB value is (231,185,188). Sum of RGB (Red+Green+Blue) = 231+185+188=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9BC is #184643. Grayscale: #C7C7C7. Windows color (decimal): -1590852 or 12368359. OLE color: 12368359.

HSL color Cylindrical-coordinate representation of color #E7B9BC: hue angle of 356.09º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9BC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 185 188 -
CMYK 0 0.20 0.19 0.09
HSL 356.09º 0.49% 0.82% -
HSV(B) 356.09º 0.2% 0.91% -
XYZ 59.38 55.32 55.12 -
YUV 199.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 231 185 188 0 0.20 0.19 0.09 356.09 0.49 0.82
Hex E7 B9 BC 0 14 13 9 164 31 52
Octal 347 271 274 0 24 23 11 544 61 122
Binary 11100111 10111001 10111100 0 10100 10011 1001 101100100 110001 1010010

Color Harmonies of #E7B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B9BC

Black with #E7B9BC

Text Example


Text Example

White with #E7B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B9BC; }

 p { color: rgb(231,185,188); }

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

background-color css

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

 a { background-color: rgb(231,185,188); }

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

border-color css

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

 span { border-color: rgb(231,185,188); }

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