Html Css Color HEX #ECBDC2 Azalea

📋 copy color: '#ECBDC2'

red 236 ◦ green 189 ◦ blue 194

#ECBDC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #ECBDC2

Tints of Azalea #ECBDC2

RGB

 RED value IS 236 (92.58% from 255) = 38.13%

 GREEN value IS 189 (74.22% from 255) = 30.53%

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 38.13%
G = 30.53%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECBDC2 (or 0xECBDC2) is known color: Azalea. HEX triplet: EC, BD and C2. RGB value is (236,189,194). Sum of RGB (Red+Green+Blue) = 236+189+194=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC2 is #13423D. Grayscale: #CBCBCB. Windows color (decimal): -1262142 or 12762604. OLE color: 12762604.

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

Color convert

RGB 236 189 194 -
CMYK 0 0.20 0.18 0.07
HSL 353.62º 0.55% 0.83% -
HSV(B) 353.62º 0.2% 0.93% -
XYZ 62.53 58.12 58.96 -
YUV 203.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 236 189 194 0 0.20 0.18 0.07 353.62 0.55 0.83
Hex EC BD C2 0 14 12 7 162 37 53
Octal 354 275 302 0 24 22 7 542 67 123
Binary 11101100 10111101 11000010 0 10100 10010 111 101100010 110111 1010011

Color Harmonies of #ECBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDC2

Black with #ECBDC2

Text Example


Text Example

White with #ECBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDC2; }

 p { color: rgb(236,189,194); }

 H1.HeaderClassName
 {
   color: #ECBDC2;
 }
 .AnyTagClassName
 {
   color: #ECBDC2;
 }
</style>

background-color css

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

 a { background-color: rgb(236,189,194); }

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

border-color css

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

 span { border-color: rgb(236,189,194); }

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