#EFC8CC

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

Shades of Azalea #EFC8CC

Tints of Azalea #EFC8CC

Color information

#EFC8CC (or 0xEFC8CC) is unknown color: approx Azalea. HEX triplet: EF, C8 and CC. RGB value is (239,200,204). Sum of RGB (Red+Green+Blue) = 239+200+204=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8CC is #103733. Grayscale: #D4D4D4. Windows color (decimal): -1062708 or 13420783. OLE color: 13420783.

HSL color Cylindrical-coordinate representation of color #EFC8CC: hue angle of 353.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8CC is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239200204-
CMYK00.160.150.06
HSL353.85º54.93%86.08%-
HSV(B)353.85º16.32%93.73%-
XYZ67.1564.0265.94-
YUV212.12123.42147.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=37.17%
G=31.10%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920020400.160.150.06353.8554.9386.08
HexEFC8CC010F61623756
Octal35731031402017654267126
Binary11101111110010001100110001000011111101011000101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8CC; }

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

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

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

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

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

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

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

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