Html Css Color HEX #DCB7FA Mauve

📋 copy color: '#DCB7FA'

red 220 ◦ green 183 ◦ blue 250

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

Shades of Mauve #DCB7FA

Tints of Mauve #DCB7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 33.69%
G = 28.02%
B = 38.28%

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

#DCB7FA (or 0xDCB7FA) is known color: Mauve. HEX triplet: DC, B7 and FA. RGB value is (220,183,250). Sum of RGB (Red+Green+Blue) = 220+183+250=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7FA is #234805. Grayscale: #C9C9C9. Windows color (decimal): -2312198 or 16431068. OLE color: 16431068.

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

Color convert

RGB 220 183 250 -
CMYK 0.12 0.27 0 0.02
HSL 273.13º 0.87% 0.85% -
HSV(B) 273.13º 0.27% 0.98% -
XYZ 63.7 55.98 97.89 -
YUV 201.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 220 183 250 0.12 0.27 0 0.02 273.13 0.87 0.85
Hex DC B7 FA C 1B 0 2 111 57 55
Octal 334 267 372 14 33 0 2 421 127 125
Binary 11011100 10110111 11111010 1100 11011 0 10 100010001 1010111 1010101

Color Harmonies of #DCB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7FA

Black with #DCB7FA

Text Example


Text Example

White with #DCB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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