Html Css Color HEX #DCB9E9 Mauve

📋 copy color: '#DCB9E9'

red 220 ◦ green 185 ◦ blue 233

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

Shades of Mauve #DCB9E9

Tints of Mauve #DCB9E9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29%

 BLUE value IS 233 (91.41% from 255) = 36.52%

R = 34.48%
G = 29%
B = 36.52%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCB9E9 (or 0xDCB9E9) is known color: Mauve. HEX triplet: DC, B9 and E9. RGB value is (220,185,233). Sum of RGB (Red+Green+Blue) = 220+185+233=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9E9 is #234616. Grayscale: #C8C8C8. Windows color (decimal): -2311703 or 15317468. OLE color: 15317468.

HSL color Cylindrical-coordinate representation of color #DCB9E9: hue angle of 283.75º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB9E9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 185 233 -
CMYK 0.06 0.21 0 0.09
HSL 283.75º 0.52% 0.82% -
HSV(B) 283.75º 0.21% 0.91% -
XYZ 61.57 55.8 84.62 -
YUV 200.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 220 185 233 0.06 0.21 0 0.09 283.75 0.52 0.82
Hex DC B9 E9 6 15 0 9 11C 34 52
Octal 334 271 351 6 25 0 11 434 64 122
Binary 11011100 10111001 11101001 110 10101 0 1001 100011100 110100 1010010

Color Harmonies of #DCB9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9E9

Black with #DCB9E9

Text Example


Text Example

White with #DCB9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9E9; }

 p { color: rgb(220,185,233); }

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

background-color css

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

 a { background-color: rgb(220,185,233); }

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

border-color css

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

 span { border-color: rgb(220,185,233); }

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