Html Css Color HEX #DCBAE8 Mauve

📋 copy color: '#DCBAE8'

red 220 ◦ green 186 ◦ blue 232

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

Shades of Mauve #DCBAE8

Tints of Mauve #DCBAE8

RGB

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

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

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

R = 34.48%
G = 29.15%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCBAE8 (or 0xDCBAE8) is known color: Mauve. HEX triplet: DC, BA and E8. RGB value is (220,186,232). Sum of RGB (Red+Green+Blue) = 220+186+232=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAE8 is #234517. Grayscale: #C9C9C9. Windows color (decimal): -2311448 or 15252188. OLE color: 15252188.

HSL color Cylindrical-coordinate representation of color #DCBAE8: hue angle of 284.35º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBAE8 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 186 232 -
CMYK 0.05 0.20 0 0.09
HSL 284.35º 0.5% 0.82% -
HSV(B) 284.35º 0.2% 0.91% -
XYZ 61.64 56.16 83.94 -
YUV 201.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 220 186 232 0.05 0.20 0 0.09 284.35 0.5 0.82
Hex DC BA E8 5 14 0 9 11C 32 52
Octal 334 272 350 5 24 0 11 434 62 122
Binary 11011100 10111010 11101000 101 10100 0 1001 100011100 110010 1010010

Color Harmonies of #DCBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAE8

Black with #DCBAE8

Text Example


Text Example

White with #DCBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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