#ECBBBC

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

Shades of Azalea #ECBBBC

Tints of Azalea #ECBBBC

Color information

#ECBBBC (or 0xECBBBC) is unknown color: approx Azalea. HEX triplet: EC, BB and BC. RGB value is (236,187,188). Sum of RGB (Red+Green+Blue) = 236+187+188=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBBC is #134443. Grayscale: #C9C9C9. Windows color (decimal): -1262660 or 12368876. OLE color: 12368876.

HSL color Cylindrical-coordinate representation of color #ECBBBC: hue angle of 358.78º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBBBC is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236187188-
CMYK00.210.200.07
HSL358.78º56.32%82.94%-
HSV(B)358.78º20.76%92.55%-
XYZ61.445755.34-
YUV201.76120.23152.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=38.63%
G=30.61%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618718800.210.200.07358.7856.3282.94
HexECBBBC0151471673853
Octal35427327402524754770123
Binary111011001011101110111100010101101001111011001111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBBC; }

 p { color: rgb(236,187,188); }

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

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

 a { background-color: rgb(236,187,188); }

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

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

 span { border-color: rgb(236,187,188); }

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