Html Css Color HEX #ECBDBF Azalea

📋 copy color: '#ECBDBF'

red 236 ◦ green 189 ◦ blue 191

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

Shades of Azalea #ECBDBF

Tints of Azalea #ECBDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.01%

R = 38.31%
G = 30.68%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECBDBF (or 0xECBDBF) is known color: Azalea. HEX triplet: EC, BD and BF. RGB value is (236,189,191). Sum of RGB (Red+Green+Blue) = 236+189+191=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDBF is #134240. Grayscale: #CBCBCB. Windows color (decimal): -1262145 or 12565996. OLE color: 12565996.

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

Color convert

RGB 236 189 191 -
CMYK 0 0.20 0.19 0.07
HSL 357.45º 0.55% 0.83% -
HSV(B) 357.45º 0.2% 0.93% -
XYZ 62.19 57.99 57.21 -
YUV 203.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 236 189 191 0 0.20 0.19 0.07 357.45 0.55 0.83
Hex EC BD BF 0 14 13 7 165 37 53
Octal 354 275 277 0 24 23 7 545 67 123
Binary 11101100 10111101 10111111 0 10100 10011 111 101100101 110111 1010011

Color Harmonies of #ECBDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDBF

Black with #ECBDBF

Text Example


Text Example

White with #ECBDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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