#EDADB1

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

Shades of Blossom #EDADB1

Tints of Blossom #EDADB1

Color information

#EDADB1 (or 0xEDADB1) is unknown color: approx Blossom. HEX triplet: ED, AD and B1. RGB value is (237,173,177). Sum of RGB (Red+Green+Blue) = 237+173+177=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADB1 is #12524E. Grayscale: #C0C0C0. Windows color (decimal): -1200719 or 11644397. OLE color: 11644397.

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

Color convert

RGB237173177-
CMYK00.270.250.07
HSL356.25º64%80.39%-
HSV(B)356.25º27%92.94%-
XYZ57.851.0748.41-
YUV192.59119.2159.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 177 (69.53% from 255) = 30.15%
R=40.37%
G=29.47%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717317700.270.250.07356.256480.39
HexEDADB101B1971644050
Octal355255261033317544100120
Binary1110110110101101101100010110111100111110110010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADB1; }

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

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

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

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

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

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

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

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