#EFBDC0

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

Shades of Azalea #EFBDC0

Tints of Azalea #EFBDC0

Color information

#EFBDC0 (or 0xEFBDC0) is unknown color: approx Azalea. HEX triplet: EF, BD and C0. RGB value is (239,189,192). Sum of RGB (Red+Green+Blue) = 239+189+192=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC0 is #10423F. Grayscale: #CCCCCC. Windows color (decimal): -1065536 or 12631535. OLE color: 12631535.

HSL color Cylindrical-coordinate representation of color #EFBDC0: hue angle of 356.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDC0 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239189192-
CMYK00.210.200.06
HSL356.4º60.98%83.92%-
HSV(B)356.4º20.92%93.73%-
XYZ63.3158.5557.83-
YUV204.29121.06152.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=38.55%
G=30.48%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918919200.210.200.06356.460.9883.92
HexEFBDC00151461643d54
Octal35727530002524654475124
Binary111011111011110111000000010101101001101011001001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDC0; }

 p { color: rgb(239,189,192); }

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

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

 a { background-color: rgb(239,189,192); }

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

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

 span { border-color: rgb(239,189,192); }

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