Html Css Color HEX #ECBDBE Azalea

📋 copy color: '#ECBDBE'

red 236 ◦ green 189 ◦ blue 190

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

Shades of Azalea #ECBDBE

Tints of Azalea #ECBDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.89%

R = 38.37%
G = 30.73%
B = 30.89%

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

#ECBDBE (or 0xECBDBE) is known color: Azalea. HEX triplet: EC, BD and BE. RGB value is (236,189,190). Sum of RGB (Red+Green+Blue) = 236+189+190=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDBE is #134241. Grayscale: #CBCBCB. Windows color (decimal): -1262146 or 12500460. OLE color: 12500460.

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

Color convert

RGB 236 189 190 -
CMYK 0 0.20 0.19 0.07
HSL 358.72º 0.55% 0.83% -
HSV(B) 358.72º 0.2% 0.93% -
XYZ 62.08 57.95 56.63 -
YUV 203.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 236 189 190 0 0.20 0.19 0.07 358.72 0.55 0.83
Hex EC BD BE 0 14 13 7 167 37 53
Octal 354 275 276 0 24 23 7 547 67 123
Binary 11101100 10111101 10111110 0 10100 10011 111 101100111 110111 1010011

Color Harmonies of #ECBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDBE

Black with #ECBDBE

Text Example


Text Example

White with #ECBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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