Html Css Color HEX #DCAAEE Mauve

📋 copy color: '#DCAAEE'

red 220 ◦ green 170 ◦ blue 238

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

Shades of Mauve #DCAAEE

Tints of Mauve #DCAAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.07%

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 35.03%
G = 27.07%
B = 37.9%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCAAEE (or 0xDCAAEE) is known color: Mauve. HEX triplet: DC, AA and EE. RGB value is (220,170,238). Sum of RGB (Red+Green+Blue) = 220+170+238=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAEE is #235511. Grayscale: #C0C0C0. Windows color (decimal): -2315538 or 15641308. OLE color: 15641308.

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

Color convert

RGB 220 170 238 -
CMYK 0.08 0.29 0 0.07
HSL 284.12º 0.67% 0.8% -
HSV(B) 284.12º 0.29% 0.93% -
XYZ 59.32 50.14 87.44 -
YUV 192.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 220 170 238 0.08 0.29 0 0.07 284.12 0.67 0.8
Hex DC AA EE 8 1D 0 7 11C 43 50
Octal 334 252 356 10 35 0 7 434 103 120
Binary 11011100 10101010 11101110 1000 11101 0 111 100011100 1000011 1010000

Color Harmonies of #DCAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAEE

Black with #DCAAEE

Text Example


Text Example

White with #DCAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAEE; }

 p { color: rgb(220,170,238); }

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

background-color css

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

 a { background-color: rgb(220,170,238); }

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

border-color css

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

 span { border-color: rgb(220,170,238); }

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