#EBCBCC

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

Shades of Azalea #EBCBCC

Tints of Azalea #EBCBCC

Color information

#EBCBCC (or 0xEBCBCC) is unknown color: approx Azalea. HEX triplet: EB, CB and CC. RGB value is (235,203,204). Sum of RGB (Red+Green+Blue) = 235+203+204=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBCC is #143433. Grayscale: #D4D4D4. Windows color (decimal): -1324084 or 13421547. OLE color: 13421547.

HSL color Cylindrical-coordinate representation of color #EBCBCC: hue angle of 358.12º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBCC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235203204-
CMYK00.140.130.08
HSL358.12º44.44%85.88%-
HSV(B)358.12º13.62%92.16%-
XYZ66.5264.7366.12-
YUV212.68123.1143.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=36.60%
G=31.62%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520320400.140.130.08358.1244.4485.88
HexEBCBCC0ED81662c56
Octal353313314016151054654126
Binary11101011110010111100110001110110110001011001101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBCC; }

 p { color: rgb(235,203,204); }

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

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

 a { background-color: rgb(235,203,204); }

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

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

 span { border-color: rgb(235,203,204); }

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