Html Css Color HEX #DAAAFF Mauve

📋 copy color: '#DAAAFF'

red 218 ◦ green 170 ◦ blue 255

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

Shades of Mauve #DAAAFF

Tints of Mauve #DAAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.66%

R = 33.9%
G = 26.44%
B = 39.66%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAAAFF (or 0xDAAAFF) is known color: Mauve. HEX triplet: DA, AA and FF. RGB value is (218,170,255). Sum of RGB (Red+Green+Blue) = 218+170+255=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFF is #255500. Grayscale: #C1C1C1. Windows color (decimal): -2446593 or 16755418. OLE color: 16755418.

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

Color convert

RGB 218 170 255 -
CMYK 0.15 0.33 0 0
HSL 273.88º 1% 0.83% -
HSV(B) 273.88º 0.33% 1% -
XYZ 61.34 50.87 101.19 -
YUV 194.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 218 170 255 0.15 0.33 0 0 273.88 1 0.83
Hex DA AA FF F 21 0 0 112 64 53
Octal 332 252 377 17 41 0 0 422 144 123
Binary 11011010 10101010 11111111 1111 100001 0 0 100010010 1100100 1010011

Color Harmonies of #DAAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAFF

Black with #DAAAFF

Text Example


Text Example

White with #DAAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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