Html Css Color HEX #EDCACD Azalea

📋 copy color: '#EDCACD'

red 237 ◦ green 202 ◦ blue 205

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

Shades of Azalea #EDCACD

Tints of Azalea #EDCACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.37%

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 36.8%
G = 31.37%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDCACD (or 0xEDCACD) is known color: Azalea. HEX triplet: ED, CA and CD. RGB value is (237,202,205). Sum of RGB (Red+Green+Blue) = 237+202+205=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCACD is #123532. Grayscale: #D4D4D4. Windows color (decimal): -1193267 or 13486829. OLE color: 13486829.

HSL color Cylindrical-coordinate representation of color #EDCACD: hue angle of 354.86º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCACD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 205 -
CMYK 0 0.15 0.14 0.07
HSL 354.86º 0.49% 0.86% -
HSV(B) 354.86º 0.15% 0.93% -
XYZ 67.07 64.65 66.7 -
YUV 212.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 237 202 205 0 0.15 0.14 0.07 354.86 0.49 0.86
Hex ED CA CD 0 F E 7 163 31 56
Octal 355 312 315 0 17 16 7 543 61 126
Binary 11101101 11001010 11001101 0 1111 1110 111 101100011 110001 1010110

Color Harmonies of #EDCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCACD

Black with #EDCACD

Text Example


Text Example

White with #EDCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCACD; }

 p { color: rgb(237,202,205); }

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

background-color css

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

 a { background-color: rgb(237,202,205); }

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

border-color css

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

 span { border-color: rgb(237,202,205); }

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