Html Css Color HEX #D2AEFF Mauve

📋 copy color: '#D2AEFF'

red 210 ◦ green 174 ◦ blue 255

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

Shades of Mauve #D2AEFF

Tints of Mauve #D2AEFF

RGB

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

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

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

R = 32.86%
G = 27.23%
B = 39.91%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2AEFF (or 0xD2AEFF) is known color: Mauve. HEX triplet: D2, AE and FF. RGB value is (210,174,255). Sum of RGB (Red+Green+Blue) = 210+174+255=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEFF is #2D5100. Grayscale: #C1C1C1. Windows color (decimal): -2969857 or 16756434. OLE color: 16756434.

HSL color Cylindrical-coordinate representation of color #D2AEFF: hue angle of 266.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2AEFF is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 174 255 -
CMYK 0.18 0.32 0 0
HSL 266.67º 1% 0.84% -
HSV(B) 266.67º 0.32% 1% -
XYZ 59.76 51.19 101.34 -
YUV 194 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 210 174 255 0.18 0.32 0 0 266.67 1 0.84
Hex D2 AE FF 12 20 0 0 10B 64 54
Octal 322 256 377 22 40 0 0 413 144 124
Binary 11010010 10101110 11111111 10010 100000 0 0 100001011 1100100 1010100

Color Harmonies of #D2AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEFF

Black with #D2AEFF

Text Example


Text Example

White with #D2AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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