Html Css Color HEX #DCB0FB Mauve

📋 copy color: '#DCB0FB'

red 220 ◦ green 176 ◦ blue 251

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

Shades of Mauve #DCB0FB

Tints of Mauve #DCB0FB

RGB

 RED value IS 220 (86.33% from 255) = 34%

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

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

R = 34%
G = 27.2%
B = 38.79%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCB0FB (or 0xDCB0FB) is known color: Mauve. HEX triplet: DC, B0 and FB. RGB value is (220,176,251). Sum of RGB (Red+Green+Blue) = 220+176+251=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0FB is #234F04. Grayscale: #C5C5C5. Windows color (decimal): -2313989 or 16494812. OLE color: 16494812.

HSL color Cylindrical-coordinate representation of color #DCB0FB: hue angle of 275.2º 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 #DCB0FB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 176 251 -
CMYK 0.12 0.30 0 0.02
HSL 275.2º 0.9% 0.84% -
HSV(B) 275.2º 0.3% 0.98% -
XYZ 62.45 53.23 98.25 -
YUV 197.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 220 176 251 0.12 0.30 0 0.02 275.2 0.9 0.84
Hex DC B0 FB C 1E 0 2 113 5A 54
Octal 334 260 373 14 36 0 2 423 132 124
Binary 11011100 10110000 11111011 1100 11110 0 10 100010011 1011010 1010100

Color Harmonies of #DCB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0FB

Black with #DCB0FB

Text Example


Text Example

White with #DCB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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