Html Css Color HEX #EDC2C5 Azalea

📋 copy color: '#EDC2C5'

red 237 ◦ green 194 ◦ blue 197

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

Shades of Azalea #EDC2C5

Tints of Azalea #EDC2C5

RGB

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

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

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

R = 37.74%
G = 30.89%
B = 31.37%

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

#EDC2C5 (or 0xEDC2C5) is known color: Azalea. HEX triplet: ED, C2 and C5. RGB value is (237,194,197). Sum of RGB (Red+Green+Blue) = 237+194+197=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2C5 is #123D3A. Grayscale: #CFCFCF. Windows color (decimal): -1195323 or 12960493. OLE color: 12960493.

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

Color convert

RGB 237 194 197 -
CMYK 0 0.18 0.17 0.07
HSL 355.81º 0.54% 0.85% -
HSV(B) 355.81º 0.18% 0.93% -
XYZ 64.29 60.62 61.14 -
YUV 207.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 237 194 197 0 0.18 0.17 0.07 355.81 0.54 0.85
Hex ED C2 C5 0 12 11 7 164 36 55
Octal 355 302 305 0 22 21 7 544 66 125
Binary 11101101 11000010 11000101 0 10010 10001 111 101100100 110110 1010101

Color Harmonies of #EDC2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2C5

Black with #EDC2C5

Text Example


Text Example

White with #EDC2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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