Html Css Color HEX #D8AEFA Mauve

📋 copy color: '#D8AEFA'

red 216 ◦ green 174 ◦ blue 250

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

Shades of Mauve #D8AEFA

Tints of Mauve #D8AEFA

RGB

 RED value IS 216 (84.77% from 255) = 33.75%

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

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

R = 33.75%
G = 27.19%
B = 39.06%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8AEFA (or 0xD8AEFA) is known color: Mauve. HEX triplet: D8, AE and FA. RGB value is (216,174,250). Sum of RGB (Red+Green+Blue) = 216+174+250=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEFA is #275105. Grayscale: #C2C2C2. Windows color (decimal): -2576646 or 16428760. OLE color: 16428760.

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

Color convert

RGB 216 174 250 -
CMYK 0.14 0.30 0 0.02
HSL 273.16º 0.88% 0.83% -
HSV(B) 273.16º 0.3% 0.98% -
XYZ 60.71 51.77 97.24 -
YUV 195.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 216 174 250 0.14 0.30 0 0.02 273.16 0.88 0.83
Hex D8 AE FA E 1E 0 2 111 58 53
Octal 330 256 372 16 36 0 2 421 130 123
Binary 11011000 10101110 11111010 1110 11110 0 10 100010001 1011000 1010011

Color Harmonies of #D8AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEFA

Black with #D8AEFA

Text Example


Text Example

White with #D8AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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