Html Css Color HEX #E4BDC0 Blossom

📋 copy color: '#E4BDC0'

red 228 ◦ green 189 ◦ blue 192

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

Shades of Blossom #E4BDC0

Tints of Blossom #E4BDC0

RGB

 RED value IS 228 (89.45% from 255) = 37.44%

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

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

R = 37.44%
G = 31.03%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E4BDC0 (or 0xE4BDC0) is known color: Blossom. HEX triplet: E4, BD and C0. RGB value is (228,189,192). Sum of RGB (Red+Green+Blue) = 228+189+192=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDC0 is #1B423F. Grayscale: #C9C9C9. Windows color (decimal): -1786432 or 12631524. OLE color: 12631524.

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

Color convert

RGB 228 189 192 -
CMYK 0 0.17 0.16 0.11
HSL 355.38º 0.42% 0.82% -
HSV(B) 355.38º 0.17% 0.89% -
XYZ 59.71 56.69 57.67 -
YUV 201 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 228 189 192 0 0.17 0.16 0.11 355.38 0.42 0.82
Hex E4 BD C0 0 11 10 B 163 2A 52
Octal 344 275 300 0 21 20 13 543 52 122
Binary 11100100 10111101 11000000 0 10001 10000 1011 101100011 101010 1010010

Color Harmonies of #E4BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BDC0

Black with #E4BDC0

Text Example


Text Example

White with #E4BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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