#EDADB3

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

Shades of Blossom #EDADB3

Tints of Blossom #EDADB3

Color information

#EDADB3 (or 0xEDADB3) is unknown color: approx Blossom. HEX triplet: ED, AD and B3. RGB value is (237,173,179). Sum of RGB (Red+Green+Blue) = 237+173+179=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADB3 is #12524C. Grayscale: #C0C0C0. Windows color (decimal): -1200717 or 11775469. OLE color: 11775469.

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

Color convert

RGB237173179-
CMYK00.270.240.07
HSL354.38º64%80.39%-
HSV(B)354.38º27%92.94%-
XYZ58.0151.1549.46-
YUV192.82120.2159.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 179 (70.31% from 255) = 30.39%
R=40.24%
G=29.37%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717317900.270.240.07354.386480.39
HexEDADB301B1871624050
Octal355255263033307542100120
Binary1110110110101101101100110110111100011110110001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADB3; }

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

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

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

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

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

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

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

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