Html Css Color HEX #DCB8FE Mauve

📋 copy color: '#DCB8FE'

red 220 ◦ green 184 ◦ blue 254

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

Shades of Mauve #DCB8FE

Tints of Mauve #DCB8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 33.43%
G = 27.96%
B = 38.6%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCB8FE (or 0xDCB8FE) is known color: Mauve. HEX triplet: DC, B8 and FE. RGB value is (220,184,254). Sum of RGB (Red+Green+Blue) = 220+184+254=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8FE is #234701. Grayscale: #CACACA. Windows color (decimal): -2311938 or 16693468. OLE color: 16693468.

HSL color Cylindrical-coordinate representation of color #DCB8FE: hue angle of 270.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB8FE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 184 254 -
CMYK 0.13 0.28 0 0.00
HSL 270.86º 0.97% 0.86% -
HSV(B) 270.86º 0.28% 1% -
XYZ 64.55 56.65 101.3 -
YUV 202.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 220 184 254 0.13 0.28 0 0.00 270.86 0.97 0.86
Hex DC B8 FE D 1C 0 0 10F 61 56
Octal 334 270 376 15 34 0 0 417 141 126
Binary 11011100 10111000 11111110 1101 11100 0 0 100001111 1100001 1010110

Color Harmonies of #DCB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8FE

Black with #DCB8FE

Text Example


Text Example

White with #DCB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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