Html Css Color HEX #DCBDEF Mauve

📋 copy color: '#DCBDEF'

red 220 ◦ green 189 ◦ blue 239

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

Shades of Mauve #DCBDEF

Tints of Mauve #DCBDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 33.95%
G = 29.17%
B = 36.88%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCBDEF (or 0xDCBDEF) is known color: Mauve. HEX triplet: DC, BD and EF. RGB value is (220,189,239). Sum of RGB (Red+Green+Blue) = 220+189+239=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDEF is #234210. Grayscale: #CBCBCB. Windows color (decimal): -2310673 or 15711708. OLE color: 15711708.

HSL color Cylindrical-coordinate representation of color #DCBDEF: hue angle of 277.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBDEF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 189 239 -
CMYK 0.08 0.21 0 0.06
HSL 277.2º 0.61% 0.84% -
HSV(B) 277.2º 0.21% 0.94% -
XYZ 63.29 57.84 89.49 -
YUV 203.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 220 189 239 0.08 0.21 0 0.06 277.2 0.61 0.84
Hex DC BD EF 8 15 0 6 115 3D 54
Octal 334 275 357 10 25 0 6 425 75 124
Binary 11011100 10111101 11101111 1000 10101 0 110 100010101 111101 1010100

Color Harmonies of #DCBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDEF

Black with #DCBDEF

Text Example


Text Example

White with #DCBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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