#EDBDC1

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

Shades of Azalea #EDBDC1

Tints of Azalea #EDBDC1

Color information

#EDBDC1 (or 0xEDBDC1) is unknown color: approx Azalea. HEX triplet: ED, BD and C1. RGB value is (237,189,193). Sum of RGB (Red+Green+Blue) = 237+189+193=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC1 is #12423E. Grayscale: #CBCBCB. Windows color (decimal): -1196607 or 12697069. OLE color: 12697069.

HSL color Cylindrical-coordinate representation of color #EDBDC1: hue angle of 355º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDC1 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237189193-
CMYK00.200.190.07
HSL355º57.14%83.53%-
HSV(B)355º20.25%92.94%-
XYZ62.7558.2558.39-
YUV203.81121.9151.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=38.29%
G=30.53%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718919300.200.190.0735557.1483.53
HexEDBDC10141371633954
Octal35527530102423754371124
Binary111011011011110111000001010100100111111011000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDC1; }

 p { color: rgb(237,189,193); }

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

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

 a { background-color: rgb(237,189,193); }

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

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

 span { border-color: rgb(237,189,193); }

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