Html Css Color HEX #DCA8ED Mauve

📋 copy color: '#DCA8ED'

red 220 ◦ green 168 ◦ blue 237

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

Shades of Mauve #DCA8ED

Tints of Mauve #DCA8ED

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.88%

 BLUE value IS 237 (92.97% from 255) = 37.92%

R = 35.2%
G = 26.88%
B = 37.92%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCA8ED (or 0xDCA8ED) is known color: Mauve. HEX triplet: DC, A8 and ED. RGB value is (220,168,237). Sum of RGB (Red+Green+Blue) = 220+168+237=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8ED is #235712. Grayscale: #BFBFBF. Windows color (decimal): -2316051 or 15575260. OLE color: 15575260.

HSL color Cylindrical-coordinate representation of color #DCA8ED: hue angle of 285.22º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA8ED is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 168 237 -
CMYK 0.07 0.29 0 0.07
HSL 285.22º 0.66% 0.79% -
HSV(B) 285.22º 0.29% 0.93% -
XYZ 58.8 49.34 86.54 -
YUV 191.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 220 168 237 0.07 0.29 0 0.07 285.22 0.66 0.79
Hex DC A8 ED 7 1D 0 7 11D 42 4F
Octal 334 250 355 7 35 0 7 435 102 117
Binary 11011100 10101000 11101101 111 11101 0 111 100011101 1000010 1001111

Color Harmonies of #DCA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8ED

Black with #DCA8ED

Text Example


Text Example

White with #DCA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8ED; }

 p { color: rgb(220,168,237); }

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

background-color css

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

 a { background-color: rgb(220,168,237); }

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

border-color css

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

 span { border-color: rgb(220,168,237); }

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