#EDB8B9

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

Shades of Blossom #EDB8B9

Tints of Blossom #EDB8B9

Color information

#EDB8B9 (or 0xEDB8B9) is unknown color: approx Blossom. HEX triplet: ED, B8 and B9. RGB value is (237,184,185). Sum of RGB (Red+Green+Blue) = 237+184+185=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8B9 is #124746. Grayscale: #C8C8C8. Windows color (decimal): -1197895 or 12171501. OLE color: 12171501.

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

Color convert

RGB237184185-
CMYK00.220.220.07
HSL358.87º59.55%82.55%-
HSV(B)358.87º22.36%92.94%-
XYZ60.8255.7953.46-
YUV199.96119.56154.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 184 (72.27% from 255) = 30.36%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=39.11%
G=30.36%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718418500.220.220.07358.8759.5582.55
HexEDB8B90161671673c53
Octal35527027102626754774123
Binary111011011011100010111001010110101101111011001111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8B9; }

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

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

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

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

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

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

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

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