Html Css Color HEX #D4AEFA Mauve

📋 copy color: '#D4AEFA'

red 212 ◦ green 174 ◦ blue 250

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

Shades of Mauve #D4AEFA

Tints of Mauve #D4AEFA

RGB

 RED value IS 212 (83.2% from 255) = 33.33%

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

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

R = 33.33%
G = 27.36%
B = 39.31%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4AEFA (or 0xD4AEFA) is known color: Mauve. HEX triplet: D4, AE and FA. RGB value is (212,174,250). Sum of RGB (Red+Green+Blue) = 212+174+250=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEFA is #2B5105. Grayscale: #C1C1C1. Windows color (decimal): -2838790 or 16428756. OLE color: 16428756.

HSL color Cylindrical-coordinate representation of color #D4AEFA: hue angle of 270º 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 #D4AEFA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 174 250 -
CMYK 0.15 0.30 0 0.02
HSL 270º 0.88% 0.83% -
HSV(B) 270º 0.3% 0.98% -
XYZ 59.54 51.17 97.18 -
YUV 194.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 212 174 250 0.15 0.30 0 0.02 270 0.88 0.83
Hex D4 AE FA F 1E 0 2 10E 58 53
Octal 324 256 372 17 36 0 2 416 130 123
Binary 11010100 10101110 11111010 1111 11110 0 10 100001110 1011000 1010011

Color Harmonies of #D4AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEFA

Black with #D4AEFA

Text Example


Text Example

White with #D4AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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