Html Css Color HEX #D2AEFA Mauve

📋 copy color: '#D2AEFA'

red 210 ◦ green 174 ◦ blue 250

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

Shades of Mauve #D2AEFA

Tints of Mauve #D2AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 33.12%
G = 27.44%
B = 39.43%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2AEFA (or 0xD2AEFA) is known color: Mauve. HEX triplet: D2, AE and FA. RGB value is (210,174,250). Sum of RGB (Red+Green+Blue) = 210+174+250=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEFA is #2D5105. Grayscale: #C1C1C1. Windows color (decimal): -2969862 or 16428754. OLE color: 16428754.

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

Color convert

RGB 210 174 250 -
CMYK 0.16 0.30 0 0.02
HSL 268.42º 0.88% 0.83% -
HSV(B) 268.42º 0.3% 0.98% -
XYZ 58.97 50.88 97.15 -
YUV 193.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 210 174 250 0.16 0.30 0 0.02 268.42 0.88 0.83
Hex D2 AE FA 10 1E 0 2 10C 58 53
Octal 322 256 372 20 36 0 2 414 130 123
Binary 11010010 10101110 11111010 10000 11110 0 10 100001100 1011000 1010011

Color Harmonies of #D2AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEFA

Black with #D2AEFA

Text Example


Text Example

White with #D2AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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