Html Css Color HEX #ECBDC3 Azalea

📋 copy color: '#ECBDC3'

red 236 ◦ green 189 ◦ blue 195

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

Shades of Azalea #ECBDC3

Tints of Azalea #ECBDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.45%

R = 38.06%
G = 30.48%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECBDC3 (or 0xECBDC3) is known color: Azalea. HEX triplet: EC, BD and C3. RGB value is (236,189,195). Sum of RGB (Red+Green+Blue) = 236+189+195=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC3 is #13423C. Grayscale: #CBCBCB. Windows color (decimal): -1262141 or 12828140. OLE color: 12828140.

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

Color convert

RGB 236 189 195 -
CMYK 0 0.20 0.17 0.07
HSL 352.34º 0.55% 0.83% -
HSV(B) 352.34º 0.2% 0.93% -
XYZ 62.64 58.17 59.56 -
YUV 203.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 236 189 195 0 0.20 0.17 0.07 352.34 0.55 0.83
Hex EC BD C3 0 14 11 7 160 37 53
Octal 354 275 303 0 24 21 7 540 67 123
Binary 11101100 10111101 11000011 0 10100 10001 111 101100000 110111 1010011

Color Harmonies of #ECBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDC3

Black with #ECBDC3

Text Example


Text Example

White with #ECBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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