#EFC7CB

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

Shades of Azalea #EFC7CB

Tints of Azalea #EFC7CB

Color information

#EFC7CB (or 0xEFC7CB) is unknown color: approx Azalea. HEX triplet: EF, C7 and CB. RGB value is (239,199,203). Sum of RGB (Red+Green+Blue) = 239+199+203=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7CB is #103834. Grayscale: #D3D3D3. Windows color (decimal): -1062965 or 13354991. OLE color: 13354991.

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

Color convert

RGB239199203-
CMYK00.170.150.06
HSL354º55.56%85.88%-
HSV(B)354º16.74%93.73%-
XYZ66.863.5165.24-
YUV211.42123.25147.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=37.29%
G=31.05%
B=31.67%

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
Decimal23919920300.170.150.0635455.5685.88
HexEFC7CB011F61623856
Octal35730731302117654270126
Binary11101111110001111100101101000111111101011000101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7CB; }

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

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

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

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

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

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

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

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