Html Css Color HEX #EDC2C4 Azalea

📋 copy color: '#EDC2C4'

red 237 ◦ green 194 ◦ blue 196

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

Shades of Azalea #EDC2C4

Tints of Azalea #EDC2C4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.94%

 BLUE value IS 196 (76.95% from 255) = 31.26%

R = 37.8%
G = 30.94%
B = 31.26%

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

#EDC2C4 (or 0xEDC2C4) is known color: Azalea. HEX triplet: ED, C2 and C4. RGB value is (237,194,196). Sum of RGB (Red+Green+Blue) = 237+194+196=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2C4 is #123D3B. Grayscale: #CFCFCF. Windows color (decimal): -1195324 or 12894957. OLE color: 12894957.

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

Color convert

RGB 237 194 196 -
CMYK 0 0.18 0.17 0.07
HSL 357.21º 0.54% 0.85% -
HSV(B) 357.21º 0.18% 0.93% -
XYZ 64.18 60.57 60.53 -
YUV 207.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 237 194 196 0 0.18 0.17 0.07 357.21 0.54 0.85
Hex ED C2 C4 0 12 11 7 165 36 55
Octal 355 302 304 0 22 21 7 545 66 125
Binary 11101101 11000010 11000100 0 10010 10001 111 101100101 110110 1010101

Color Harmonies of #EDC2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2C4

Black with #EDC2C4

Text Example


Text Example

White with #EDC2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2C4; }

 p { color: rgb(237,194,196); }

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

background-color css

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

 a { background-color: rgb(237,194,196); }

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

border-color css

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

 span { border-color: rgb(237,194,196); }

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