#EFC6C8

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

Shades of Azalea #EFC6C8

Tints of Azalea #EFC6C8

Color information

#EFC6C8 (or 0xEFC6C8) is unknown color: approx Azalea. HEX triplet: EF, C6 and C8. RGB value is (239,198,200). Sum of RGB (Red+Green+Blue) = 239+198+200=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6C8 is #103937. Grayscale: #D2D2D2. Windows color (decimal): -1063224 or 13158127. OLE color: 13158127.

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

Color convert

RGB239198200-
CMYK00.170.160.06
HSL357.07º56.16%85.69%-
HSV(B)357.07º17.15%93.73%-
XYZ66.2262.9163.3-
YUV210.49122.08148.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 200 (78.52% from 255) = 31.40%
R=37.52%
G=31.08%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919820000.170.160.06357.0756.1685.69
HexEFC6C80111061653856
Octal35730631002120654570126
Binary111011111100011011001000010001100001101011001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6C8; }

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

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

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

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

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

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

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

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