Html Css Color HEX #ECB6FB Mauve

📋 copy color: '#ECB6FB'

red 236 ◦ green 182 ◦ blue 251

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

Shades of Mauve #ECB6FB

Tints of Mauve #ECB6FB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.2%

 BLUE value IS 251 (98.44% from 255) = 37.52%

R = 35.28%
G = 27.2%
B = 37.52%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECB6FB (or 0xECB6FB) is known color: Mauve. HEX triplet: EC, B6 and FB. RGB value is (236,182,251). Sum of RGB (Red+Green+Blue) = 236+182+251=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 182 (71.48% from 255 or 27.20% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6FB is #134904. Grayscale: #CDCDCD. Windows color (decimal): -1263877 or 16496364. OLE color: 16496364.

HSL color Cylindrical-coordinate representation of color #ECB6FB: hue angle of 286.96º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB6FB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 182 251 -
CMYK 0.06 0.27 0 0.02
HSL 286.96º 0.9% 0.85% -
HSV(B) 286.96º 0.27% 0.98% -
XYZ 68.73 58.25 98.89 -
YUV 206.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 236 182 251 0.06 0.27 0 0.02 286.96 0.9 0.85
Hex EC B6 FB 6 1B 0 2 11F 5A 55
Octal 354 266 373 6 33 0 2 437 132 125
Binary 11101100 10110110 11111011 110 11011 0 10 100011111 1011010 1010101

Color Harmonies of #ECB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6FB

Black with #ECB6FB

Text Example


Text Example

White with #ECB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6FB; }

 p { color: rgb(236,182,251); }

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

background-color css

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

 a { background-color: rgb(236,182,251); }

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

border-color css

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

 span { border-color: rgb(236,182,251); }

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