Html Css Color HEX #E5BDC0 Blossom

📋 copy color: '#E5BDC0'

red 229 ◦ green 189 ◦ blue 192

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

Shades of Blossom #E5BDC0

Tints of Blossom #E5BDC0

RGB

 RED value IS 229 (89.84% from 255) = 37.54%

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

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

R = 37.54%
G = 30.98%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E5BDC0 (or 0xE5BDC0) is known color: Blossom. HEX triplet: E5, BD and C0. RGB value is (229,189,192). Sum of RGB (Red+Green+Blue) = 229+189+192=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDC0 is #1A423F. Grayscale: #C9C9C9. Windows color (decimal): -1720896 or 12631525. OLE color: 12631525.

HSL color Cylindrical-coordinate representation of color #E5BDC0: hue angle of 355.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BDC0 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 192 -
CMYK 0 0.17 0.16 0.10
HSL 355.5º 0.43% 0.82% -
HSV(B) 355.5º 0.17% 0.9% -
XYZ 60.03 56.86 57.68 -
YUV 201.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 229 189 192 0 0.17 0.16 0.10 355.5 0.43 0.82
Hex E5 BD C0 0 11 10 A 164 2B 52
Octal 345 275 300 0 21 20 12 544 53 122
Binary 11100101 10111101 11000000 0 10001 10000 1010 101100100 101011 1010010

Color Harmonies of #E5BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDC0

Black with #E5BDC0

Text Example


Text Example

White with #E5BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDC0; }

 p { color: rgb(229,189,192); }

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

background-color css

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

 a { background-color: rgb(229,189,192); }

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

border-color css

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

 span { border-color: rgb(229,189,192); }

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