Html Css Color HEX #D0AAFE Mauve

📋 copy color: '#D0AAFE'

red 208 ◦ green 170 ◦ blue 254

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

Shades of Mauve #D0AAFE

Tints of Mauve #D0AAFE

RGB

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

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

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

R = 32.91%
G = 26.9%
B = 40.19%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0AAFE (or 0xD0AAFE) is known color: Mauve. HEX triplet: D0, AA and FE. RGB value is (208,170,254). Sum of RGB (Red+Green+Blue) = 208+170+254=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAFE is #2F5501. Grayscale: #BEBEBE. Windows color (decimal): -3101954 or 16689872. OLE color: 16689872.

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

Color convert

RGB 208 170 254 -
CMYK 0.18 0.33 0 0.00
HSL 267.14º 0.98% 0.83% -
HSV(B) 267.14º 0.33% 1% -
XYZ 58.28 49.32 100.21 -
YUV 190.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 208 170 254 0.18 0.33 0 0.00 267.14 0.98 0.83
Hex D0 AA FE 12 21 0 0 10B 62 53
Octal 320 252 376 22 41 0 0 413 142 123
Binary 11010000 10101010 11111110 10010 100001 0 0 100001011 1100010 1010011

Color Harmonies of #D0AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AAFE

Black with #D0AAFE

Text Example


Text Example

White with #D0AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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