#EDB7BC

Color #EDB7BC Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #EDB7BC

Tints of Blossom #EDB7BC

Color information

#EDB7BC (or 0xEDB7BC) is unknown color: approx Blossom. HEX triplet: ED, B7 and BC. RGB value is (237,183,188). Sum of RGB (Red+Green+Blue) = 237+183+188=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7BC is #124843. Grayscale: #C7C7C7. Windows color (decimal): -1198148 or 12367853. OLE color: 12367853.

HSL color Cylindrical-coordinate representation of color #EDB7BC: hue angle of 354.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7BC is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237183188-
CMYK00.230.210.07
HSL354.44º60%82.35%-
HSV(B)354.44º22.78%92.94%-
XYZ60.9455.555.08-
YUV199.72121.39154.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=38.98%
G=30.10%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718318800.230.210.07354.446082.35
HexEDB7BC0171571623c52
Octal35526727402725754274122
Binary111011011011011110111100010111101011111011000101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB7BC; }

 p { color: rgb(237,183,188); }

 H1.HeaderClassName
 {
   color: #EDB7BC;
 }
 .AnyTagClassName
 {
   color: #EDB7BC;
 }
</style>
background-color css

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

 a { background-color: rgb(237,183,188); }

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

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

 span { border-color: rgb(237,183,188); }

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