Html Css Color HEX #EDC3C5 Azalea

📋 copy color: '#EDC3C5'

red 237 ◦ green 195 ◦ blue 197

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

Shades of Azalea #EDC3C5

Tints of Azalea #EDC3C5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31%

 BLUE value IS 197 (77.34% from 255) = 31.32%

R = 37.68%
G = 31%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDC3C5 (or 0xEDC3C5) is known color: Azalea. HEX triplet: ED, C3 and C5. RGB value is (237,195,197). Sum of RGB (Red+Green+Blue) = 237+195+197=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC3C5 is #123C3A. Grayscale: #CFCFCF. Windows color (decimal): -1195067 or 12960749. OLE color: 12960749.

HSL color Cylindrical-coordinate representation of color #EDC3C5: hue angle of 357.14º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC3C5 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 197 -
CMYK 0 0.18 0.17 0.07
HSL 357.14º 0.54% 0.85% -
HSV(B) 357.14º 0.18% 0.93% -
XYZ 64.52 61.07 61.21 -
YUV 207.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 237 195 197 0 0.18 0.17 0.07 357.14 0.54 0.85
Hex ED C3 C5 0 12 11 7 165 36 55
Octal 355 303 305 0 22 21 7 545 66 125
Binary 11101101 11000011 11000101 0 10010 10001 111 101100101 110110 1010101

Color Harmonies of #EDC3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC3C5

Black with #EDC3C5

Text Example


Text Example

White with #EDC3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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