Html Css Color HEX #DCBAF8 Mauve

📋 copy color: '#DCBAF8'

red 220 ◦ green 186 ◦ blue 248

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

Shades of Mauve #DCBAF8

Tints of Mauve #DCBAF8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.44%

 BLUE value IS 248 (97.27% from 255) = 37.92%

R = 33.64%
G = 28.44%
B = 37.92%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCBAF8 (or 0xDCBAF8) is known color: Mauve. HEX triplet: DC, BA and F8. RGB value is (220,186,248). Sum of RGB (Red+Green+Blue) = 220+186+248=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCBAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF8 is #234507. Grayscale: #CBCBCB. Windows color (decimal): -2311432 or 16300764. OLE color: 16300764.

HSL color Cylindrical-coordinate representation of color #DCBAF8: hue angle of 272.9º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBAF8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 186 248 -
CMYK 0.11 0.25 0 0.03
HSL 272.9º 0.82% 0.85% -
HSV(B) 272.9º 0.25% 0.97% -
XYZ 64.02 57.11 96.46 -
YUV 203.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 220 186 248 0.11 0.25 0 0.03 272.9 0.82 0.85
Hex DC BA F8 B 19 0 3 111 52 55
Octal 334 272 370 13 31 0 3 421 122 125
Binary 11011100 10111010 11111000 1011 11001 0 11 100010001 1010010 1010101

Color Harmonies of #DCBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAF8

Black with #DCBAF8

Text Example


Text Example

White with #DCBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAF8; }

 p { color: rgb(220,186,248); }

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

background-color css

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

 a { background-color: rgb(220,186,248); }

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

border-color css

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

 span { border-color: rgb(220,186,248); }

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