Html Css Color HEX #ECBDC1 Azalea

📋 copy color: '#ECBDC1'

red 236 ◦ green 189 ◦ blue 193

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

Shades of Azalea #ECBDC1

Tints of Azalea #ECBDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.23%

R = 38.19%
G = 30.58%
B = 31.23%

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

#ECBDC1 (or 0xECBDC1) is known color: Azalea. HEX triplet: EC, BD and C1. RGB value is (236,189,193). Sum of RGB (Red+Green+Blue) = 236+189+193=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC1 is #13423E. Grayscale: #CBCBCB. Windows color (decimal): -1262143 or 12697068. OLE color: 12697068.

HSL color Cylindrical-coordinate representation of color #ECBDC1: hue angle of 354.89º 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 #ECBDC1 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 189 193 -
CMYK 0 0.20 0.18 0.07
HSL 354.89º 0.55% 0.83% -
HSV(B) 354.89º 0.2% 0.93% -
XYZ 62.42 58.08 58.37 -
YUV 203.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 236 189 193 0 0.20 0.18 0.07 354.89 0.55 0.83
Hex EC BD C1 0 14 12 7 163 37 53
Octal 354 275 301 0 24 22 7 543 67 123
Binary 11101100 10111101 11000001 0 10100 10010 111 101100011 110111 1010011

Color Harmonies of #ECBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDC1

Black with #ECBDC1

Text Example


Text Example

White with #ECBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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