Html Css Color HEX #DCB9EA Mauve

📋 copy color: '#DCB9EA'

red 220 ◦ green 185 ◦ blue 234

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

Shades of Mauve #DCB9EA

Tints of Mauve #DCB9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 34.43%
G = 28.95%
B = 36.62%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCB9EA (or 0xDCB9EA) is known color: Mauve. HEX triplet: DC, B9 and EA. RGB value is (220,185,234). Sum of RGB (Red+Green+Blue) = 220+185+234=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9EA is #234615. Grayscale: #C8C8C8. Windows color (decimal): -2311702 or 15383004. OLE color: 15383004.

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

Color convert

RGB 220 185 234 -
CMYK 0.06 0.21 0 0.08
HSL 282.86º 0.54% 0.82% -
HSV(B) 282.86º 0.21% 0.92% -
XYZ 61.72 55.85 85.37 -
YUV 201.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 220 185 234 0.06 0.21 0 0.08 282.86 0.54 0.82
Hex DC B9 EA 6 15 0 8 11B 36 52
Octal 334 271 352 6 25 0 10 433 66 122
Binary 11011100 10111001 11101010 110 10101 0 1000 100011011 110110 1010010

Color Harmonies of #DCB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9EA

Black with #DCB9EA

Text Example


Text Example

White with #DCB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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