Html Css Color HEX #DCBDF7 Mauve

📋 copy color: '#DCBDF7'

red 220 ◦ green 189 ◦ blue 247

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

Shades of Mauve #DCBDF7

Tints of Mauve #DCBDF7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.81%

 BLUE value IS 247 (96.88% from 255) = 37.65%

R = 33.54%
G = 28.81%
B = 37.65%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCBDF7 (or 0xDCBDF7) is known color: Mauve. HEX triplet: DC, BD and F7. RGB value is (220,189,247). Sum of RGB (Red+Green+Blue) = 220+189+247=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCBDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF7 is #234208. Grayscale: #CCCCCC. Windows color (decimal): -2310665 or 16235996. OLE color: 16235996.

HSL color Cylindrical-coordinate representation of color #DCBDF7: hue angle of 272.07º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBDF7 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 189 247 -
CMYK 0.11 0.23 0 0.03
HSL 272.07º 0.78% 0.85% -
HSV(B) 272.07º 0.23% 0.97% -
XYZ 64.5 58.33 95.85 -
YUV 204.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 220 189 247 0.11 0.23 0 0.03 272.07 0.78 0.85
Hex DC BD F7 B 17 0 3 110 4E 55
Octal 334 275 367 13 27 0 3 420 116 125
Binary 11011100 10111101 11110111 1011 10111 0 11 100010000 1001110 1010101

Color Harmonies of #DCBDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDF7

Black with #DCBDF7

Text Example


Text Example

White with #DCBDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDF7; }

 p { color: rgb(220,189,247); }

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

background-color css

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

 a { background-color: rgb(220,189,247); }

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

border-color css

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

 span { border-color: rgb(220,189,247); }

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