Html Css Color HEX #EDBDC3 Azalea

📋 copy color: '#EDBDC3'

red 237 ◦ green 189 ◦ blue 195

#EDBDC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #EDBDC3

Tints of Azalea #EDBDC3

RGB

 RED value IS 237 (92.97% from 255) = 38.16%

 GREEN value IS 189 (74.22% from 255) = 30.43%

 BLUE value IS 195 (76.56% from 255) = 31.4%

R = 38.16%
G = 30.43%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDBDC3 (or 0xEDBDC3) is known color: Azalea. HEX triplet: ED, BD and C3. RGB value is (237,189,195). Sum of RGB (Red+Green+Blue) = 237+189+195=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC3 is #12423C. Grayscale: #CCCCCC. Windows color (decimal): -1196605 or 12828141. OLE color: 12828141.

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

Color convert

RGB 237 189 195 -
CMYK 0 0.20 0.18 0.07
HSL 352.5º 0.57% 0.84% -
HSV(B) 352.5º 0.2% 0.93% -
XYZ 62.97 58.34 59.57 -
YUV 204.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 237 189 195 0 0.20 0.18 0.07 352.5 0.57 0.84
Hex ED BD C3 0 14 12 7 160 39 54
Octal 355 275 303 0 24 22 7 540 71 124
Binary 11101101 10111101 11000011 0 10100 10010 111 101100000 111001 1010100

Color Harmonies of #EDBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDC3

Black with #EDBDC3

Text Example


Text Example

White with #EDBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDC3; }

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

 H1.HeaderClassName
 {
   color: #EDBDC3;
 }
 .AnyTagClassName
 {
   color: #EDBDC3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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