Html Css Color HEX #DCBAE9 Mauve

📋 copy color: '#DCBAE9'

red 220 ◦ green 186 ◦ blue 233

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

Shades of Mauve #DCBAE9

Tints of Mauve #DCBAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.46%

R = 34.43%
G = 29.11%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCBAE9 (or 0xDCBAE9) is known color: Mauve. HEX triplet: DC, BA and E9. RGB value is (220,186,233). Sum of RGB (Red+Green+Blue) = 220+186+233=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCBAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAE9 is #234516. Grayscale: #C9C9C9. Windows color (decimal): -2311447 or 15317724. OLE color: 15317724.

HSL color Cylindrical-coordinate representation of color #DCBAE9: hue angle of 283.4º degrees, saturation: 0.52, 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 #DCBAE9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 186 233 -
CMYK 0.06 0.20 0 0.09
HSL 283.4º 0.52% 0.82% -
HSV(B) 283.4º 0.2% 0.91% -
XYZ 61.78 56.22 84.69 -
YUV 201.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 220 186 233 0.06 0.20 0 0.09 283.4 0.52 0.82
Hex DC BA E9 6 14 0 9 11B 34 52
Octal 334 272 351 6 24 0 11 433 64 122
Binary 11011100 10111010 11101001 110 10100 0 1001 100011011 110100 1010010

Color Harmonies of #DCBAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAE9

Black with #DCBAE9

Text Example


Text Example

White with #DCBAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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