Html Css Color HEX #DCAAFE Mauve

📋 copy color: '#DCAAFE'

red 220 ◦ green 170 ◦ blue 254

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

Shades of Mauve #DCAAFE

Tints of Mauve #DCAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 34.16%
G = 26.4%
B = 39.44%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCAAFE (or 0xDCAAFE) is known color: Mauve. HEX triplet: DC, AA and FE. RGB value is (220,170,254). Sum of RGB (Red+Green+Blue) = 220+170+254=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAFE is #235501. Grayscale: #C2C2C2. Windows color (decimal): -2315522 or 16689884. OLE color: 16689884.

HSL color Cylindrical-coordinate representation of color #DCAAFE: hue angle of 275.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAAFE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 170 254 -
CMYK 0.13 0.33 0 0.00
HSL 275.71º 0.98% 0.83% -
HSV(B) 275.71º 0.33% 1% -
XYZ 61.78 51.12 100.38 -
YUV 194.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 220 170 254 0.13 0.33 0 0.00 275.71 0.98 0.83
Hex DC AA FE D 21 0 0 114 62 53
Octal 334 252 376 15 41 0 0 424 142 123
Binary 11011100 10101010 11111110 1101 100001 0 0 100010100 1100010 1010011

Color Harmonies of #DCAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAFE

Black with #DCAAFE

Text Example


Text Example

White with #DCAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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