#EFC5C6

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

Shades of Azalea #EFC5C6

Tints of Azalea #EFC5C6

Color information

#EFC5C6 (or 0xEFC5C6) is unknown color: approx Azalea. HEX triplet: EF, C5 and C6. RGB value is (239,197,198). Sum of RGB (Red+Green+Blue) = 239+197+198=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5C6 is #103A39. Grayscale: #D1D1D1. Windows color (decimal): -1063482 or 13026799. OLE color: 13026799.

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

Color convert

RGB239197198-
CMYK00.180.170.06
HSL358.57º56.76%85.49%-
HSV(B)358.57º17.57%93.73%-
XYZ65.7662.3662-
YUV209.67121.41148.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 198 (77.73% from 255) = 31.23%
R=37.70%
G=31.07%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919719800.180.170.06358.5756.7685.49
HexEFC5C60121161673955
Octal35730530602221654771125
Binary111011111100010111000110010010100011101011001111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5C6; }

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

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

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

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

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

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

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

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