Html Css Color HEX #ECCACD Azalea

📋 copy color: '#ECCACD'

red 236 ◦ green 202 ◦ blue 205

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

Shades of Azalea #ECCACD

Tints of Azalea #ECCACD

RGB

 RED value IS 236 (92.58% from 255) = 36.7%

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

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

R = 36.7%
G = 31.42%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ECCACD (or 0xECCACD) is known color: Azalea. HEX triplet: EC, CA and CD. RGB value is (236,202,205). Sum of RGB (Red+Green+Blue) = 236+202+205=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACD is #133532. Grayscale: #D4D4D4. Windows color (decimal): -1258803 or 13486828. OLE color: 13486828.

HSL color Cylindrical-coordinate representation of color #ECCACD: hue angle of 354.71º degrees, saturation: 0.47, 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 #ECCACD is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 205 -
CMYK 0 0.14 0.13 0.07
HSL 354.71º 0.47% 0.86% -
HSV(B) 354.71º 0.14% 0.93% -
XYZ 66.73 64.48 66.69 -
YUV 212.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 236 202 205 0 0.14 0.13 0.07 354.71 0.47 0.86
Hex EC CA CD 0 E D 7 163 2F 56
Octal 354 312 315 0 16 15 7 543 57 126
Binary 11101100 11001010 11001101 0 1110 1101 111 101100011 101111 1010110

Color Harmonies of #ECCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCACD

Black with #ECCACD

Text Example


Text Example

White with #ECCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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