Html Css Color HEX #DCB7F4 Mauve

📋 copy color: '#DCB7F4'

red 220 ◦ green 183 ◦ blue 244

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

Shades of Mauve #DCB7F4

Tints of Mauve #DCB7F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.71%

R = 34%
G = 28.28%
B = 37.71%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCB7F4 (or 0xDCB7F4) is known color: Mauve. HEX triplet: DC, B7 and F4. RGB value is (220,183,244). Sum of RGB (Red+Green+Blue) = 220+183+244=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 183 (71.88% from 255 or 28.28% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCB7F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7F4 is #23480B. Grayscale: #C8C8C8. Windows color (decimal): -2312204 or 16037852. OLE color: 16037852.

HSL color Cylindrical-coordinate representation of color #DCB7F4: hue angle of 276.39º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB7F4 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 183 244 -
CMYK 0.10 0.25 0 0.04
HSL 276.39º 0.73% 0.84% -
HSV(B) 276.39º 0.25% 0.96% -
XYZ 62.78 55.61 93.01 -
YUV 201.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 220 183 244 0.10 0.25 0 0.04 276.39 0.73 0.84
Hex DC B7 F4 A 19 0 4 114 49 54
Octal 334 267 364 12 31 0 4 424 111 124
Binary 11011100 10110111 11110100 1010 11001 0 100 100010100 1001001 1010100

Color Harmonies of #DCB7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7F4

Black with #DCB7F4

Text Example


Text Example

White with #DCB7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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