#EFC5C9

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

Shades of Azalea #EFC5C9

Tints of Azalea #EFC5C9

Color information

#EFC5C9 (or 0xEFC5C9) is unknown color: approx Azalea. HEX triplet: EF, C5 and C9. RGB value is (239,197,201). Sum of RGB (Red+Green+Blue) = 239+197+201=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5C9 is #103A36. Grayscale: #D2D2D2. Windows color (decimal): -1063479 or 13223407. OLE color: 13223407.

HSL color Cylindrical-coordinate representation of color #EFC5C9: hue angle of 354.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5C9 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239197201-
CMYK00.180.160.06
HSL354.29º56.76%85.49%-
HSV(B)354.29º17.57%93.73%-
XYZ66.1162.563.84-
YUV210.01122.91148.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=37.52%
G=30.93%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919720100.180.160.06354.2956.7685.49
HexEFC5C90121061623955
Octal35730531102220654271125
Binary111011111100010111001001010010100001101011000101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5C9; }

 p { color: rgb(239,197,201); }

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

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

 a { background-color: rgb(239,197,201); }

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

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

 span { border-color: rgb(239,197,201); }

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