Html Css Color HEX #DCB7F9 Mauve

📋 copy color: '#DCB7F9'

red 220 ◦ green 183 ◦ blue 249

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

Shades of Mauve #DCB7F9

Tints of Mauve #DCB7F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.19%

R = 33.74%
G = 28.07%
B = 38.19%

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

#DCB7F9 (or 0xDCB7F9) is known color: Mauve. HEX triplet: DC, B7 and F9. RGB value is (220,183,249). Sum of RGB (Red+Green+Blue) = 220+183+249=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 183 (71.88% from 255 or 28.07% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCB7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7F9 is #234806. Grayscale: #C9C9C9. Windows color (decimal): -2312199 or 16365532. OLE color: 16365532.

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

Color convert

RGB 220 183 249 -
CMYK 0.12 0.27 0 0.02
HSL 273.64º 0.85% 0.85% -
HSV(B) 273.64º 0.27% 0.98% -
XYZ 63.55 55.92 97.07 -
YUV 201.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 220 183 249 0.12 0.27 0 0.02 273.64 0.85 0.85
Hex DC B7 F9 C 1B 0 2 112 55 55
Octal 334 267 371 14 33 0 2 422 125 125
Binary 11011100 10110111 11111001 1100 11011 0 10 100010010 1010101 1010101

Color Harmonies of #DCB7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7F9

Black with #DCB7F9

Text Example


Text Example

White with #DCB7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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