Html Css Color HEX #ECBFC4 Azalea

📋 copy color: '#ECBFC4'

red 236 ◦ green 191 ◦ blue 196

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

Shades of Azalea #ECBFC4

Tints of Azalea #ECBFC4

RGB

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

 GREEN value IS 191 (75% from 255) = 30.66%

 BLUE value IS 196 (76.95% from 255) = 31.46%

R = 37.88%
G = 30.66%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECBFC4 (or 0xECBFC4) is known color: Azalea. HEX triplet: EC, BF and C4. RGB value is (236,191,196). Sum of RGB (Red+Green+Blue) = 236+191+196=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC4 is #13403B. Grayscale: #CDCDCD. Windows color (decimal): -1261628 or 12894188. OLE color: 12894188.

HSL color Cylindrical-coordinate representation of color #ECBFC4: hue angle of 353.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFC4 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 191 196 -
CMYK 0 0.19 0.17 0.07
HSL 353.33º 0.54% 0.84% -
HSV(B) 353.33º 0.19% 0.93% -
XYZ 63.19 59.08 60.3 -
YUV 205.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 236 191 196 0 0.19 0.17 0.07 353.33 0.54 0.84
Hex EC BF C4 0 13 11 7 161 36 54
Octal 354 277 304 0 23 21 7 541 66 124
Binary 11101100 10111111 11000100 0 10011 10001 111 101100001 110110 1010100

Color Harmonies of #ECBFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBFC4

Black with #ECBFC4

Text Example


Text Example

White with #ECBFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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