Html Css Color HEX #D2AAFB Mauve

📋 copy color: '#D2AAFB'

red 210 ◦ green 170 ◦ blue 251

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

Shades of Mauve #D2AAFB

Tints of Mauve #D2AAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.78%

R = 33.28%
G = 26.94%
B = 39.78%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2AAFB (or 0xD2AAFB) is known color: Mauve. HEX triplet: D2, AA and FB. RGB value is (210,170,251). Sum of RGB (Red+Green+Blue) = 210+170+251=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAFB is #2D5504. Grayscale: #BEBEBE. Windows color (decimal): -2970885 or 16493266. OLE color: 16493266.

HSL color Cylindrical-coordinate representation of color #D2AAFB: hue angle of 269.63º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2AAFB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 170 251 -
CMYK 0.16 0.32 0 0.02
HSL 269.63º 0.91% 0.83% -
HSV(B) 269.63º 0.32% 0.98% -
XYZ 58.37 49.42 97.73 -
YUV 191.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 210 170 251 0.16 0.32 0 0.02 269.63 0.91 0.83
Hex D2 AA FB 10 20 0 2 10E 5B 53
Octal 322 252 373 20 40 0 2 416 133 123
Binary 11010010 10101010 11111011 10000 100000 0 10 100001110 1011011 1010011

Color Harmonies of #D2AAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AAFB

Black with #D2AAFB

Text Example


Text Example

White with #D2AAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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