Html Css Color HEX #DCBDF9 Mauve

📋 copy color: '#DCBDF9'

red 220 ◦ green 189 ◦ blue 249

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

Shades of Mauve #DCBDF9

Tints of Mauve #DCBDF9

RGB

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

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

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

R = 33.43%
G = 28.72%
B = 37.84%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCBDF9 (or 0xDCBDF9) is known color: Mauve. HEX triplet: DC, BD and F9. RGB value is (220,189,249). Sum of RGB (Red+Green+Blue) = 220+189+249=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCBDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF9 is #234206. Grayscale: #CCCCCC. Windows color (decimal): -2310663 or 16367068. OLE color: 16367068.

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

Color convert

RGB 220 189 249 -
CMYK 0.12 0.24 0 0.02
HSL 271º 0.83% 0.86% -
HSV(B) 271º 0.24% 0.98% -
XYZ 64.81 58.45 97.49 -
YUV 205.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 220 189 249 0.12 0.24 0 0.02 271 0.83 0.86
Hex DC BD F9 C 18 0 2 10F 53 56
Octal 334 275 371 14 30 0 2 417 123 126
Binary 11011100 10111101 11111001 1100 11000 0 10 100001111 1010011 1010110

Color Harmonies of #DCBDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDF9

Black with #DCBDF9

Text Example


Text Example

White with #DCBDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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