#EFCBCD

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

Shades of Azalea #EFCBCD

Tints of Azalea #EFCBCD

Color information

#EFCBCD (or 0xEFCBCD) is unknown color: approx Azalea. HEX triplet: EF, CB and CD. RGB value is (239,203,205). Sum of RGB (Red+Green+Blue) = 239+203+205=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBCD is #103432. Grayscale: #D6D6D6. Windows color (decimal): -1061939 or 13487087. OLE color: 13487087.

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

Color convert

RGB239203205-
CMYK00.150.140.06
HSL356.67º52.94%86.67%-
HSV(B)356.67º15.06%93.73%-
XYZ67.9765.4766.81-
YUV213.99122.93145.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=36.94%
G=31.38%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920320500.150.140.06356.6752.9486.67
HexEFCBCD0FE61653557
Octal35731331501716654565127
Binary1110111111001011110011010111111101101011001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBCD; }

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

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

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

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

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

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

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

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