#EFBCBD

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

Shades of Azalea #EFBCBD

Tints of Azalea #EFBCBD

Color information

#EFBCBD (or 0xEFBCBD) is unknown color: approx Azalea. HEX triplet: EF, BC and BD. RGB value is (239,188,189). Sum of RGB (Red+Green+Blue) = 239+188+189=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCBD is #104342. Grayscale: #CBCBCB. Windows color (decimal): -1065795 or 12434671. OLE color: 12434671.

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

Color convert

RGB239188189-
CMYK00.210.210.06
HSL358.82º61.45%83.73%-
HSV(B)358.82º21.34%93.73%-
XYZ62.7757.9956.03-
YUV203.36119.9153.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=38.80%
G=30.52%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918818900.210.210.06358.8261.4583.73
HexEFBCBD0151561673d54
Octal35727427502525654775124
Binary111011111011110010111101010101101011101011001111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCBD; }

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

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

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

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

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

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

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

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