Html Css Color HEX #D2AEF4 Mauve

📋 copy color: '#D2AEF4'

red 210 ◦ green 174 ◦ blue 244

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

Shades of Mauve #D2AEF4

Tints of Mauve #D2AEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.85%

R = 33.44%
G = 27.71%
B = 38.85%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D2AEF4 (or 0xD2AEF4) is known color: Mauve. HEX triplet: D2, AE and F4. RGB value is (210,174,244). Sum of RGB (Red+Green+Blue) = 210+174+244=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #D2AEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEF4 is #2D510B. Grayscale: #C0C0C0. Windows color (decimal): -2969868 or 16035538. OLE color: 16035538.

HSL color Cylindrical-coordinate representation of color #D2AEF4: hue angle of 270.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2AEF4 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 174 244 -
CMYK 0.14 0.29 0 0.04
HSL 270.86º 0.76% 0.82% -
HSV(B) 270.86º 0.29% 0.96% -
XYZ 58.04 50.51 92.28 -
YUV 192.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 210 174 244 0.14 0.29 0 0.04 270.86 0.76 0.82
Hex D2 AE F4 E 1D 0 4 10F 4C 52
Octal 322 256 364 16 35 0 4 417 114 122
Binary 11010010 10101110 11110100 1110 11101 0 100 100001111 1001100 1010010

Color Harmonies of #D2AEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEF4

Black with #D2AEF4

Text Example


Text Example

White with #D2AEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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