#EFC4C5

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

Shades of Azalea #EFC4C5

Tints of Azalea #EFC4C5

Color information

#EFC4C5 (or 0xEFC4C5) is unknown color: approx Azalea. HEX triplet: EF, C4 and C5. RGB value is (239,196,197). Sum of RGB (Red+Green+Blue) = 239+196+197=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4C5 is #103B3A. Grayscale: #D1D1D1. Windows color (decimal): -1063739 or 12961007. OLE color: 12961007.

HSL color Cylindrical-coordinate representation of color #EFC4C5: hue angle of 358.6º 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 #EFC4C5 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239196197-
CMYK00.180.180.06
HSL358.6º57.33%85.29%-
HSV(B)358.6º17.99%93.73%-
XYZ65.4161.8661.32-
YUV208.97121.25149.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 197 (77.34% from 255) = 31.17%
R=37.82%
G=31.01%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919619700.180.180.06358.657.3385.29
HexEFC4C50121261673955
Octal35730430502222654771125
Binary111011111100010011000101010010100101101011001111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4C5; }

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

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

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

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

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

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

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

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