Html Css Color HEX #D2AEF3 Mauve

📋 copy color: '#D2AEF3'

red 210 ◦ green 174 ◦ blue 243

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

Shades of Mauve #D2AEF3

Tints of Mauve #D2AEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 33.49%
G = 27.75%
B = 38.76%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D2AEF3 (or 0xD2AEF3) is known color: Mauve. HEX triplet: D2, AE and F3. RGB value is (210,174,243). Sum of RGB (Red+Green+Blue) = 210+174+243=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2AEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEF3 is #2D510C. Grayscale: #C0C0C0. Windows color (decimal): -2969869 or 15970002. OLE color: 15970002.

HSL color Cylindrical-coordinate representation of color #D2AEF3: hue angle of 271.3º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AEF3 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 174 243 -
CMYK 0.14 0.28 0 0.05
HSL 271.3º 0.74% 0.82% -
HSV(B) 271.3º 0.28% 0.95% -
XYZ 57.89 50.44 91.48 -
YUV 192.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 210 174 243 0.14 0.28 0 0.05 271.3 0.74 0.82
Hex D2 AE F3 E 1C 0 5 10F 4A 52
Octal 322 256 363 16 34 0 5 417 112 122
Binary 11010010 10101110 11110011 1110 11100 0 101 100001111 1001010 1010010

Color Harmonies of #D2AEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEF3

Black with #D2AEF3

Text Example


Text Example

White with #D2AEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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