#EECCCD

Color #EECCCD Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #EECCCD

Tints of Azalea #EECCCD

Color information

#EECCCD (or 0xEECCCD) is unknown color: approx 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

RGB238204205-
CMYK00.140.140.07
HSL358.24º50%86.67%-
HSV(B)358.24º14.29%93.33%-
XYZ67.8765.7766.88-
YUV214.28122.76144.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820420500.140.140.07358.245086.67
HexEECCCD0EE71663257
Octal35631431501616754662127
Binary1110111011001100110011010111011101111011001101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>