#ECCACB

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

Shades of Azalea #ECCACB

Tints of Azalea #ECCACB

Color information

#ECCACB (or 0xECCACB) is unknown color: approx Azalea. HEX triplet: EC, CA and CB. RGB value is (236,202,203). Sum of RGB (Red+Green+Blue) = 236+202+203=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACB is #133534. Grayscale: #D4D4D4. Windows color (decimal): -1258805 or 13355756. OLE color: 13355756.

HSL color Cylindrical-coordinate representation of color #ECCACB: hue angle of 358.24º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCACB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236202203-
CMYK00.140.140.07
HSL358.24º47.22%85.88%-
HSV(B)358.24º14.41%92.55%-
XYZ66.4964.3965.42-
YUV212.28122.76144.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=36.82%
G=31.51%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620220300.140.140.07358.2447.2285.88
HexECCACB0EE71662f56
Octal35431231301616754657126
Binary1110110011001010110010110111011101111011001101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCACB; }

 p { color: rgb(236,202,203); }

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

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

 a { background-color: rgb(236,202,203); }

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

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

 span { border-color: rgb(236,202,203); }

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