Html Css Color HEX #D2AEF7 Mauve

📋 copy color: '#D2AEF7'

red 210 ◦ green 174 ◦ blue 247

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

Shades of Mauve #D2AEF7

Tints of Mauve #D2AEF7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.58%

 BLUE value IS 247 (96.88% from 255) = 39.14%

R = 33.28%
G = 27.58%
B = 39.14%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D2AEF7 (or 0xD2AEF7) is known color: Mauve. HEX triplet: D2, AE and F7. RGB value is (210,174,247). Sum of RGB (Red+Green+Blue) = 210+174+247=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2AEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEF7 is #2D5108. Grayscale: #C0C0C0. Windows color (decimal): -2969865 or 16232146. OLE color: 16232146.

HSL color Cylindrical-coordinate representation of color #D2AEF7: hue angle of 269.59º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2AEF7 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 174 247 -
CMYK 0.15 0.30 0 0.03
HSL 269.59º 0.82% 0.83% -
HSV(B) 269.59º 0.3% 0.97% -
XYZ 58.5 50.69 94.7 -
YUV 193.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 210 174 247 0.15 0.30 0 0.03 269.59 0.82 0.83
Hex D2 AE F7 F 1E 0 3 10E 52 53
Octal 322 256 367 17 36 0 3 416 122 123
Binary 11010010 10101110 11110111 1111 11110 0 11 100001110 1010010 1010011

Color Harmonies of #D2AEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEF7

Black with #D2AEF7

Text Example


Text Example

White with #D2AEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEF7; }

 p { color: rgb(210,174,247); }

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

background-color css

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

 a { background-color: rgb(210,174,247); }

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

border-color css

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

 span { border-color: rgb(210,174,247); }

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