Html Css Color HEX #ECB0FB Mauve

📋 copy color: '#ECB0FB'

red 236 ◦ green 176 ◦ blue 251

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

Shades of Mauve #ECB0FB

Tints of Mauve #ECB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.55%

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

R = 35.6%
G = 26.55%
B = 37.86%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECB0FB (or 0xECB0FB) is known color: Mauve. HEX triplet: EC, B0 and FB. RGB value is (236,176,251). Sum of RGB (Red+Green+Blue) = 236+176+251=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 176 (69.14% from 255 or 26.55% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0FB is #134F04. Grayscale: #CACACA. Windows color (decimal): -1265413 or 16494828. OLE color: 16494828.

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

Color convert

RGB 236 176 251 -
CMYK 0.06 0.30 0 0.02
HSL 288º 0.9% 0.84% -
HSV(B) 288º 0.3% 0.98% -
XYZ 67.53 55.85 98.49 -
YUV 202.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 236 176 251 0.06 0.30 0 0.02 288 0.9 0.84
Hex EC B0 FB 6 1E 0 2 120 5A 54
Octal 354 260 373 6 36 0 2 440 132 124
Binary 11101100 10110000 11111011 110 11110 0 10 100100000 1011010 1010100

Color Harmonies of #ECB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0FB

Black with #ECB0FB

Text Example


Text Example

White with #ECB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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