Html Css Color HEX #EDCCCD Azalea

📋 copy color: '#EDCCCD'

red 237 ◦ green 204 ◦ blue 205

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

Shades of Azalea #EDCCCD

Tints of Azalea #EDCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.58%

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

R = 36.69%
G = 31.58%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDCCCD (or 0xEDCCCD) is known color: Azalea. HEX triplet: ED, CC and CD. RGB value is (237,204,205). Sum of RGB (Red+Green+Blue) = 237+204+205=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCCD is #123332. Grayscale: #D6D6D6. Windows color (decimal): -1192755 or 13487341. OLE color: 13487341.

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

Color convert

RGB 237 204 205 -
CMYK 0 0.14 0.14 0.07
HSL 358.18º 0.48% 0.86% -
HSV(B) 358.18º 0.14% 0.93% -
XYZ 67.54 65.6 66.86 -
YUV 213.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 237 204 205 0 0.14 0.14 0.07 358.18 0.48 0.86
Hex ED CC CD 0 E E 7 166 30 56
Octal 355 314 315 0 16 16 7 546 60 126
Binary 11101101 11001100 11001101 0 1110 1110 111 101100110 110000 1010110

Color Harmonies of #EDCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCCD

Black with #EDCCCD

Text Example


Text Example

White with #EDCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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