Html Css Color HEX #E7BDC0 Blossom

📋 copy color: '#E7BDC0'

red 231 ◦ green 189 ◦ blue 192

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

Shades of Blossom #E7BDC0

Tints of Blossom #E7BDC0

RGB

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

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

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

R = 37.75%
G = 30.88%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E7BDC0 (or 0xE7BDC0) is known color: Blossom. HEX triplet: E7, BD and C0. RGB value is (231,189,192). Sum of RGB (Red+Green+Blue) = 231+189+192=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDC0 is #18423F. Grayscale: #C9C9C9. Windows color (decimal): -1589824 or 12631527. OLE color: 12631527.

HSL color Cylindrical-coordinate representation of color #E7BDC0: hue angle of 355.71º 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 #E7BDC0 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 189 192 -
CMYK 0 0.18 0.17 0.09
HSL 355.71º 0.47% 0.82% -
HSV(B) 355.71º 0.18% 0.91% -
XYZ 60.67 57.19 57.71 -
YUV 201.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 231 189 192 0 0.18 0.17 0.09 355.71 0.47 0.82
Hex E7 BD C0 0 12 11 9 164 2F 52
Octal 347 275 300 0 22 21 11 544 57 122
Binary 11100111 10111101 11000000 0 10010 10001 1001 101100100 101111 1010010

Color Harmonies of #E7BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDC0

Black with #E7BDC0

Text Example


Text Example

White with #E7BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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