#EDB6BA

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

Shades of Blossom #EDB6BA

Tints of Blossom #EDB6BA

Color information

#EDB6BA (or 0xEDB6BA) is unknown color: approx Blossom. HEX triplet: ED, B6 and BA. RGB value is (237,182,186). Sum of RGB (Red+Green+Blue) = 237+182+186=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6BA is #124945. Grayscale: #C6C6C6. Windows color (decimal): -1198406 or 12236525. OLE color: 12236525.

HSL color Cylindrical-coordinate representation of color #EDB6BA: hue angle of 355.64º 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 #EDB6BA is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237182186-
CMYK00.230.220.07
HSL355.64º60.44%82.16%-
HSV(B)355.64º23.21%92.94%-
XYZ60.5255.0153.88-
YUV198.9120.72155.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=39.17%
G=30.08%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718218600.230.220.07355.6460.4482.16
HexEDB6BA0171671643c52
Octal35526627202726754474122
Binary111011011011011010111010010111101101111011001001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB6BA; }

 p { color: rgb(237,182,186); }

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

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

 a { background-color: rgb(237,182,186); }

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

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

 span { border-color: rgb(237,182,186); }

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