Html Css Color HEX #DCB9F9 Mauve

📋 copy color: '#DCB9F9'

red 220 ◦ green 185 ◦ blue 249

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

Shades of Mauve #DCB9F9

Tints of Mauve #DCB9F9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.29%

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

R = 33.64%
G = 28.29%
B = 38.07%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCB9F9 (or 0xDCB9F9) is known color: Mauve. HEX triplet: DC, B9 and F9. RGB value is (220,185,249). Sum of RGB (Red+Green+Blue) = 220+185+249=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9F9 is #234606. Grayscale: #CACACA. Windows color (decimal): -2311687 or 16366044. OLE color: 16366044.

HSL color Cylindrical-coordinate representation of color #DCB9F9: hue angle of 272.81º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB9F9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 185 249 -
CMYK 0.12 0.26 0 0.02
HSL 272.81º 0.84% 0.85% -
HSV(B) 272.81º 0.26% 0.98% -
XYZ 63.96 56.75 97.21 -
YUV 202.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 220 185 249 0.12 0.26 0 0.02 272.81 0.84 0.85
Hex DC B9 F9 C 1A 0 2 111 54 55
Octal 334 271 371 14 32 0 2 421 124 125
Binary 11011100 10111001 11111001 1100 11010 0 10 100010001 1010100 1010101

Color Harmonies of #DCB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9F9

Black with #DCB9F9

Text Example


Text Example

White with #DCB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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