Html Css Color HEX #D0AAFF Mauve

📋 copy color: '#D0AAFF'

red 208 ◦ green 170 ◦ blue 255

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

Shades of Mauve #D0AAFF

Tints of Mauve #D0AAFF

RGB

 RED value IS 208 (81.64% from 255) = 32.86%

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

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

R = 32.86%
G = 26.86%
B = 40.28%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0AAFF (or 0xD0AAFF) is known color: Mauve. HEX triplet: D0, AA and FF. RGB value is (208,170,255). Sum of RGB (Red+Green+Blue) = 208+170+255=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAFF is #2F5500. Grayscale: #BEBEBE. Windows color (decimal): -3101953 or 16755408. OLE color: 16755408.

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

Color convert

RGB 208 170 255 -
CMYK 0.18 0.33 0 0
HSL 266.82º 1% 0.83% -
HSV(B) 266.82º 0.33% 1% -
XYZ 58.44 49.38 101.06 -
YUV 191.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 208 170 255 0.18 0.33 0 0 266.82 1 0.83
Hex D0 AA FF 12 21 0 0 10B 64 53
Octal 320 252 377 22 41 0 0 413 144 123
Binary 11010000 10101010 11111111 10010 100001 0 0 100001011 1100100 1010011

Color Harmonies of #D0AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AAFF

Black with #D0AAFF

Text Example


Text Example

White with #D0AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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