#EEC8CD

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

Shades of Azalea #EEC8CD

Tints of Azalea #EEC8CD

Color information

#EEC8CD (or 0xEEC8CD) is unknown color: approx Azalea. HEX triplet: EE, C8 and CD. RGB value is (238,200,205). Sum of RGB (Red+Green+Blue) = 238+200+205=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8CD is #113732. Grayscale: #D3D3D3. Windows color (decimal): -1128243 or 13486318. OLE color: 13486318.

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

Color convert

RGB238200205-
CMYK00.160.140.07
HSL352.11º52.78%85.88%-
HSV(B)352.11º15.97%93.33%-
XYZ66.9363.8966.56-
YUV211.93124.09146.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=37.01%
G=31.10%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820020500.160.140.07352.1152.7885.88
HexEEC8CD010E71603556
Octal35631031502016754065126
Binary11101110110010001100110101000011101111011000001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8CD; }

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

 H1.HeaderClassName
 {
   color: #EEC8CD;
 }
 .AnyTagClassName
 {
   color: #EEC8CD;
 }
</style>
background-color css

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

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

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

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

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

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