Html Css Color HEX #DAAAFE Mauve

📋 copy color: '#DAAAFE'

red 218 ◦ green 170 ◦ blue 254

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

Shades of Mauve #DAAAFE

Tints of Mauve #DAAAFE

RGB

 RED value IS 218 (85.55% from 255) = 33.96%

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

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

R = 33.96%
G = 26.48%
B = 39.56%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAAAFE (or 0xDAAAFE) is known color: Mauve. HEX triplet: DA, AA and FE. RGB value is (218,170,254). Sum of RGB (Red+Green+Blue) = 218+170+254=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFE is #255501. Grayscale: #C1C1C1. Windows color (decimal): -2446594 or 16689882. OLE color: 16689882.

HSL color Cylindrical-coordinate representation of color #DAAAFE: hue angle of 274.29º 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 #DAAAFE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 170 254 -
CMYK 0.14 0.33 0 0.00
HSL 274.29º 0.98% 0.83% -
HSV(B) 274.29º 0.33% 1% -
XYZ 61.18 50.81 100.35 -
YUV 193.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 218 170 254 0.14 0.33 0 0.00 274.29 0.98 0.83
Hex DA AA FE E 21 0 0 112 62 53
Octal 332 252 376 16 41 0 0 422 142 123
Binary 11011010 10101010 11111110 1110 100001 0 0 100010010 1100010 1010011

Color Harmonies of #DAAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAFE

Black with #DAAAFE

Text Example


Text Example

White with #DAAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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