Html Css Color HEX #D2AAFF Mauve

📋 copy color: '#D2AAFF'

red 210 ◦ green 170 ◦ blue 255

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

Shades of Mauve #D2AAFF

Tints of Mauve #D2AAFF

RGB

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

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

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

R = 33.07%
G = 26.77%
B = 40.16%

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

#D2AAFF (or 0xD2AAFF) is known color: Mauve. HEX triplet: D2, AA and FF. RGB value is (210,170,255). Sum of RGB (Red+Green+Blue) = 210+170+255=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAFF is #2D5500. Grayscale: #BFBFBF. Windows color (decimal): -2970881 or 16755410. OLE color: 16755410.

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

Color convert

RGB 210 170 255 -
CMYK 0.18 0.33 0 0
HSL 268.24º 1% 0.83% -
HSV(B) 268.24º 0.33% 1% -
XYZ 59 49.67 101.09 -
YUV 191.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 210 170 255 0.18 0.33 0 0 268.24 1 0.83
Hex D2 AA FF 12 21 0 0 10C 64 53
Octal 322 252 377 22 41 0 0 414 144 123
Binary 11010010 10101010 11111111 10010 100001 0 0 100001100 1100100 1010011

Color Harmonies of #D2AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AAFF

Black with #D2AAFF

Text Example


Text Example

White with #D2AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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