#EDADB8

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

Shades of Blossom #EDADB8

Tints of Blossom #EDADB8

Color information

#EDADB8 (or 0xEDADB8) is unknown color: approx Blossom. HEX triplet: ED, AD and B8. RGB value is (237,173,184). Sum of RGB (Red+Green+Blue) = 237+173+184=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADB8 is #125247. Grayscale: #C1C1C1. Windows color (decimal): -1200712 or 12103149. OLE color: 12103149.

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

Color convert

RGB237173184-
CMYK00.270.220.07
HSL349.69º64%80.39%-
HSV(B)349.69º27%92.94%-
XYZ58.5251.3552.18-
YUV193.39122.7159.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 184 (72.27% from 255) = 30.98%
R=39.90%
G=29.12%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717318400.270.220.07349.696480.39
HexEDADB801B16715e4050
Octal355255270033267536100120
Binary1110110110101101101110000110111011011110101111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADB8; }

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

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

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

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

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

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

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

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