Html Css Color HEX #E7BCC0 Blossom

📋 copy color: '#E7BCC0'

red 231 ◦ green 188 ◦ blue 192

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

Shades of Blossom #E7BCC0

Tints of Blossom #E7BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.77%

 BLUE value IS 192 (75.39% from 255) = 31.42%

R = 37.81%
G = 30.77%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E7BCC0 (or 0xE7BCC0) is known color: Blossom. HEX triplet: E7, BC and C0. RGB value is (231,188,192). Sum of RGB (Red+Green+Blue) = 231+188+192=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCC0 is #18433F. Grayscale: #C9C9C9. Windows color (decimal): -1590080 or 12631271. OLE color: 12631271.

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

Color convert

RGB 231 188 192 -
CMYK 0 0.19 0.17 0.09
HSL 354.42º 0.47% 0.82% -
HSV(B) 354.42º 0.19% 0.91% -
XYZ 60.45 56.76 57.64 -
YUV 201.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 231 188 192 0 0.19 0.17 0.09 354.42 0.47 0.82
Hex E7 BC C0 0 13 11 9 162 2F 52
Octal 347 274 300 0 23 21 11 542 57 122
Binary 11100111 10111100 11000000 0 10011 10001 1001 101100010 101111 1010010

Color Harmonies of #E7BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BCC0

Black with #E7BCC0

Text Example


Text Example

White with #E7BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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