Html Css Color HEX #DCB8E8 Mauve

📋 copy color: '#DCB8E8'

red 220 ◦ green 184 ◦ blue 232

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

Shades of Mauve #DCB8E8

Tints of Mauve #DCB8E8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.93%

 BLUE value IS 232 (91.02% from 255) = 36.48%

R = 34.59%
G = 28.93%
B = 36.48%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCB8E8 (or 0xDCB8E8) is known color: Mauve. HEX triplet: DC, B8 and E8. RGB value is (220,184,232). Sum of RGB (Red+Green+Blue) = 220+184+232=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8E8 is #234717. Grayscale: #C8C8C8. Windows color (decimal): -2311960 or 15251676. OLE color: 15251676.

HSL color Cylindrical-coordinate representation of color #DCB8E8: hue angle of 285º degrees, saturation: 0.51, 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 #DCB8E8 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 184 232 -
CMYK 0.05 0.21 0 0.09
HSL 285º 0.51% 0.82% -
HSV(B) 285º 0.21% 0.91% -
XYZ 61.22 55.32 83.8 -
YUV 200.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 220 184 232 0.05 0.21 0 0.09 285 0.51 0.82
Hex DC B8 E8 5 15 0 9 11D 33 52
Octal 334 270 350 5 25 0 11 435 63 122
Binary 11011100 10111000 11101000 101 10101 0 1001 100011101 110011 1010010

Color Harmonies of #DCB8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8E8

Black with #DCB8E8

Text Example


Text Example

White with #DCB8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8E8; }

 p { color: rgb(220,184,232); }

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

background-color css

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

 a { background-color: rgb(220,184,232); }

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

border-color css

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

 span { border-color: rgb(220,184,232); }

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