Html Css Color HEX #DCB7FB Mauve

📋 copy color: '#DCB7FB'

red 220 ◦ green 183 ◦ blue 251

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

Shades of Mauve #DCB7FB

Tints of Mauve #DCB7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.98%

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

R = 33.64%
G = 27.98%
B = 38.38%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCB7FB (or 0xDCB7FB) is known color: Mauve. HEX triplet: DC, B7 and FB. RGB value is (220,183,251). Sum of RGB (Red+Green+Blue) = 220+183+251=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7FB is #234804. Grayscale: #C9C9C9. Windows color (decimal): -2312197 or 16496604. OLE color: 16496604.

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

Color convert

RGB 220 183 251 -
CMYK 0.12 0.27 0 0.02
HSL 272.65º 0.89% 0.85% -
HSV(B) 272.65º 0.27% 0.98% -
XYZ 63.86 56.05 98.72 -
YUV 201.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 220 183 251 0.12 0.27 0 0.02 272.65 0.89 0.85
Hex DC B7 FB C 1B 0 2 111 59 55
Octal 334 267 373 14 33 0 2 421 131 125
Binary 11011100 10110111 11111011 1100 11011 0 10 100010001 1011001 1010101

Color Harmonies of #DCB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7FB

Black with #DCB7FB

Text Example


Text Example

White with #DCB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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