#EFC0C7

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

Shades of Azalea #EFC0C7

Tints of Azalea #EFC0C7

Color information

#EFC0C7 (or 0xEFC0C7) is unknown color: approx Azalea. HEX triplet: EF, C0 and C7. RGB value is (239,192,199). Sum of RGB (Red+Green+Blue) = 239+192+199=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0C7 is #103F38. Grayscale: #CECECE. Windows color (decimal): -1064761 or 13091055. OLE color: 13091055.

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

Color convert

RGB239192199-
CMYK00.200.170.06
HSL351.06º59.49%84.51%-
HSV(B)351.06º19.67%93.73%-
XYZ64.7660.1762.23-
YUV206.85123.57150.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=37.94%
G=30.48%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919219900.200.170.06351.0659.4984.51
HexEFC0C701411615f3b55
Octal35730030702421653773125
Binary111011111100000011000111010100100011101010111111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0C7; }

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

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

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

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

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

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

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

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