#EFC6CB

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

Shades of Azalea #EFC6CB

Tints of Azalea #EFC6CB

Color information

#EFC6CB (or 0xEFC6CB) is unknown color: approx Azalea. HEX triplet: EF, C6 and CB. RGB value is (239,198,203). Sum of RGB (Red+Green+Blue) = 239+198+203=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6CB is #103934. Grayscale: #D2D2D2. Windows color (decimal): -1063221 or 13354735. OLE color: 13354735.

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

Color convert

RGB239198203-
CMYK00.170.150.06
HSL352.68º56.16%85.69%-
HSV(B)352.68º17.15%93.73%-
XYZ66.5763.0565.16-
YUV210.83123.58148.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=37.34%
G=30.94%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919820300.170.150.06352.6856.1685.69
HexEFC6CB011F61613856
Octal35730631302117654170126
Binary11101111110001101100101101000111111101011000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6CB; }

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

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

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

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

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

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

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

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