#EDB8BB

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

Shades of Blossom #EDB8BB

Tints of Blossom #EDB8BB

Color information

#EDB8BB (or 0xEDB8BB) is unknown color: approx Blossom. HEX triplet: ED, B8 and BB. RGB value is (237,184,187). Sum of RGB (Red+Green+Blue) = 237+184+187=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8BB is #124744. Grayscale: #C8C8C8. Windows color (decimal): -1197893 or 12302573. OLE color: 12302573.

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

Color convert

RGB237184187-
CMYK00.220.210.07
HSL356.6º59.55%82.55%-
HSV(B)356.6º22.36%92.94%-
XYZ61.0455.8754.58-
YUV200.19120.56154.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=38.98%
G=30.26%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718418700.220.210.07356.659.5582.55
HexEDB8BB0161571653c53
Octal35527027302625754574123
Binary111011011011100010111011010110101011111011001011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8BB; }

 p { color: rgb(237,184,187); }

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

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

 a { background-color: rgb(237,184,187); }

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

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

 span { border-color: rgb(237,184,187); }

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