#EDAFB6

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

Shades of Blossom #EDAFB6

Tints of Blossom #EDAFB6

Color information

#EDAFB6 (or 0xEDAFB6) is unknown color: approx Blossom. HEX triplet: ED, AF and B6. RGB value is (237,175,182). Sum of RGB (Red+Green+Blue) = 237+175+182=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFB6 is #125049. Grayscale: #C2C2C2. Windows color (decimal): -1200202 or 11972589. OLE color: 11972589.

HSL color Cylindrical-coordinate representation of color #EDAFB6: hue angle of 353.23º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFB6 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237175182-
CMYK00.260.230.07
HSL353.23º63.27%80.78%-
HSV(B)353.23º26.16%92.94%-
XYZ58.752.0451.21-
YUV194.34121.04158.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 182 (71.48% from 255) = 30.64%
R=39.90%
G=29.46%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717518200.260.230.07353.2363.2780.78
HexEDAFB601A1771613f51
Octal35525726603227754177121
Binary111011011010111110110110011010101111111011000011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFB6; }

 p { color: rgb(237,175,182); }

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

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

 a { background-color: rgb(237,175,182); }

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

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

 span { border-color: rgb(237,175,182); }

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