#EEC5C8

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

Shades of Azalea #EEC5C8

Tints of Azalea #EEC5C8

Color information

#EEC5C8 (or 0xEEC5C8) is unknown color: approx Azalea. HEX triplet: EE, C5 and C8. RGB value is (238,197,200). Sum of RGB (Red+Green+Blue) = 238+197+200=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5C8 is #113A37. Grayscale: #D1D1D1. Windows color (decimal): -1129016 or 13157870. OLE color: 13157870.

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

Color convert

RGB238197200-
CMYK00.170.160.07
HSL355.61º54.67%85.29%-
HSV(B)355.61º17.23%93.33%-
XYZ65.6562.2863.2-
YUV209.6122.58148.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=37.48%
G=31.02%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819720000.170.160.07355.6154.6785.29
HexEEC5C80111071643755
Octal35630531002120754467125
Binary111011101100010111001000010001100001111011001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5C8; }

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

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

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

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

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

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

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

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