Html Css Color HEX #EECCCD Azalea

📋 copy color: '#EECCCD'

red 238 ◦ green 204 ◦ blue 205

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

Shades of Azalea #EECCCD

Tints of Azalea #EECCCD

RGB

 RED value IS 238 (93.36% from 255) = 36.79%

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

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

R = 36.79%
G = 31.53%
B = 31.68%

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

#EECCCD (or 0xEECCCD) is known color: Azalea. HEX triplet: EE, CC and CD. RGB value is (238,204,205). Sum of RGB (Red+Green+Blue) = 238+204+205=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCCD is #113332. Grayscale: #D6D6D6. Windows color (decimal): -1127219 or 13487342. OLE color: 13487342.

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

Color convert

RGB 238 204 205 -
CMYK 0 0.14 0.14 0.07
HSL 358.24º 0.5% 0.87% -
HSV(B) 358.24º 0.14% 0.93% -
XYZ 67.87 65.77 66.88 -
YUV 214.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 238 204 205 0 0.14 0.14 0.07 358.24 0.5 0.87
Hex EE CC CD 0 E E 7 166 32 57
Octal 356 314 315 0 16 16 7 546 62 127
Binary 11101110 11001100 11001101 0 1110 1110 111 101100110 110010 1010111

Color Harmonies of #EECCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCCD

Black with #EECCCD

Text Example


Text Example

White with #EECCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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