#EFC6C7

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

Shades of Azalea #EFC6C7

Tints of Azalea #EFC6C7

Color information

#EFC6C7 (or 0xEFC6C7) is unknown color: approx Azalea. HEX triplet: EF, C6 and C7. RGB value is (239,198,199). Sum of RGB (Red+Green+Blue) = 239+198+199=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6C7 is #103938. Grayscale: #D2D2D2. Windows color (decimal): -1063225 or 13092591. OLE color: 13092591.

HSL color Cylindrical-coordinate representation of color #EFC6C7: hue angle of 358.54º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6C7 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239198199-
CMYK00.170.170.06
HSL358.54º56.16%85.69%-
HSV(B)358.54º17.15%93.73%-
XYZ66.162.8662.68-
YUV210.37121.58148.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 199 (78.12% from 255) = 31.29%
R=37.58%
G=31.13%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919819900.170.170.06358.5456.1685.69
HexEFC6C70111161673856
Octal35730630702121654770126
Binary111011111100011011000111010001100011101011001111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6C7; }

 p { color: rgb(239,198,199); }

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

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

 a { background-color: rgb(239,198,199); }

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

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

 span { border-color: rgb(239,198,199); }

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