Html Css Color HEX #ECBCFC Mauve

📋 copy color: '#ECBCFC'

red 236 ◦ green 188 ◦ blue 252

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

Shades of Mauve #ECBCFC

Tints of Mauve #ECBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.81%

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 34.91%
G = 27.81%
B = 37.28%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECBCFC (or 0xECBCFC) is known color: Mauve. HEX triplet: EC, BC and FC. RGB value is (236,188,252). Sum of RGB (Red+Green+Blue) = 236+188+252=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECBCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCFC is #134303. Grayscale: #D1D1D1. Windows color (decimal): -1262340 or 16563436. OLE color: 16563436.

HSL color Cylindrical-coordinate representation of color #ECBCFC: hue angle of 285º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBCFC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 188 252 -
CMYK 0.06 0.25 0 0.01
HSL 285º 0.91% 0.86% -
HSV(B) 285º 0.25% 0.99% -
XYZ 70.15 60.83 100.14 -
YUV 209.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 236 188 252 0.06 0.25 0 0.01 285 0.91 0.86
Hex EC BC FC 6 19 0 1 11D 5B 56
Octal 354 274 374 6 31 0 1 435 133 126
Binary 11101100 10111100 11111100 110 11001 0 1 100011101 1011011 1010110

Color Harmonies of #ECBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBCFC

Black with #ECBCFC

Text Example


Text Example

White with #ECBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBCFC; }

 p { color: rgb(236,188,252); }

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

background-color css

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

 a { background-color: rgb(236,188,252); }

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

border-color css

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

 span { border-color: rgb(236,188,252); }

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