Html Css Color HEX #DCBDFC Mauve

📋 copy color: '#DCBDFC'

red 220 ◦ green 189 ◦ blue 252

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

Shades of Mauve #DCBDFC

Tints of Mauve #DCBDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.12%

R = 33.28%
G = 28.59%
B = 38.12%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCBDFC (or 0xDCBDFC) is known color: Mauve. HEX triplet: DC, BD and FC. RGB value is (220,189,252). Sum of RGB (Red+Green+Blue) = 220+189+252=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDFC is #234203. Grayscale: #CDCDCD. Windows color (decimal): -2310660 or 16563676. OLE color: 16563676.

HSL color Cylindrical-coordinate representation of color #DCBDFC: hue angle of 269.52º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBDFC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 189 252 -
CMYK 0.13 0.25 0 0.01
HSL 269.52º 0.91% 0.86% -
HSV(B) 269.52º 0.25% 0.99% -
XYZ 65.28 58.64 99.97 -
YUV 205.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 220 189 252 0.13 0.25 0 0.01 269.52 0.91 0.86
Hex DC BD FC D 19 0 1 10E 5B 56
Octal 334 275 374 15 31 0 1 416 133 126
Binary 11011100 10111101 11111100 1101 11001 0 1 100001110 1011011 1010110

Color Harmonies of #DCBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDFC

Black with #DCBDFC

Text Example


Text Example

White with #DCBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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