#ECC3C4

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

Shades of Azalea #ECC3C4

Tints of Azalea #ECC3C4

Color information

#ECC3C4 (or 0xECC3C4) is unknown color: approx Azalea. HEX triplet: EC, C3 and C4. RGB value is (236,195,196). Sum of RGB (Red+Green+Blue) = 236+195+196=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C4 is #133C3B. Grayscale: #CFCFCF. Windows color (decimal): -1260604 or 12895212. OLE color: 12895212.

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

Color convert

RGB236195196-
CMYK00.170.170.07
HSL358.54º51.9%84.51%-
HSV(B)358.54º17.37%92.55%-
XYZ64.0760.8560.59-
YUV207.37121.58148.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=37.64%
G=31.10%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619519600.170.170.07358.5451.984.51
HexECC3C40111171673455
Octal35430330402121754764125
Binary111011001100001111000100010001100011111011001111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3C4; }

 p { color: rgb(236,195,196); }

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

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

 a { background-color: rgb(236,195,196); }

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

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

 span { border-color: rgb(236,195,196); }

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