Html Css Color HEX #E7BDBE Blossom

📋 copy color: '#E7BDBE'

red 231 ◦ green 189 ◦ blue 190

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

Shades of Blossom #E7BDBE

Tints of Blossom #E7BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.98%

 BLUE value IS 190 (74.61% from 255) = 31.15%

R = 37.87%
G = 30.98%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E7BDBE (or 0xE7BDBE) is known color: Blossom. HEX triplet: E7, BD and BE. RGB value is (231,189,190). Sum of RGB (Red+Green+Blue) = 231+189+190=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDBE is #184241. Grayscale: #C9C9C9. Windows color (decimal): -1589826 or 12500455. OLE color: 12500455.

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

Color convert

RGB 231 189 190 -
CMYK 0 0.18 0.18 0.09
HSL 358.57º 0.47% 0.82% -
HSV(B) 358.57º 0.18% 0.91% -
XYZ 60.45 57.1 56.55 -
YUV 201.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 231 189 190 0 0.18 0.18 0.09 358.57 0.47 0.82
Hex E7 BD BE 0 12 12 9 167 2F 52
Octal 347 275 276 0 22 22 11 547 57 122
Binary 11100111 10111101 10111110 0 10010 10010 1001 101100111 101111 1010010

Color Harmonies of #E7BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDBE

Black with #E7BDBE

Text Example


Text Example

White with #E7BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDBE; }

 p { color: rgb(231,189,190); }

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

background-color css

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

 a { background-color: rgb(231,189,190); }

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

border-color css

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

 span { border-color: rgb(231,189,190); }

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