Html Css Color HEX #D2AAFE Mauve

📋 copy color: '#D2AAFE'

red 210 ◦ green 170 ◦ blue 254

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

Shades of Mauve #D2AAFE

Tints of Mauve #D2AAFE

RGB

 RED value IS 210 (82.42% from 255) = 33.12%

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

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

R = 33.12%
G = 26.81%
B = 40.06%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2AAFE (or 0xD2AAFE) is known color: Mauve. HEX triplet: D2, AA and FE. RGB value is (210,170,254). Sum of RGB (Red+Green+Blue) = 210+170+254=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAFE is #2D5501. Grayscale: #BFBFBF. Windows color (decimal): -2970882 or 16689874. OLE color: 16689874.

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

Color convert

RGB 210 170 254 -
CMYK 0.17 0.33 0 0.00
HSL 268.57º 0.98% 0.83% -
HSV(B) 268.57º 0.33% 1% -
XYZ 58.84 49.61 100.24 -
YUV 191.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 210 170 254 0.17 0.33 0 0.00 268.57 0.98 0.83
Hex D2 AA FE 11 21 0 0 10D 62 53
Octal 322 252 376 21 41 0 0 415 142 123
Binary 11010010 10101010 11111110 10001 100001 0 0 100001101 1100010 1010011

Color Harmonies of #D2AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AAFE

Black with #D2AAFE

Text Example


Text Example

White with #D2AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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