Html Css Color HEX #D3AEFE Mauve

📋 copy color: '#D3AEFE'

red 211 ◦ green 174 ◦ blue 254

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

Shades of Mauve #D3AEFE

Tints of Mauve #D3AEFE

RGB

 RED value IS 211 (82.81% from 255) = 33.02%

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 33.02%
G = 27.23%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D3AEFE (or 0xD3AEFE) is known color: Mauve. HEX triplet: D3, AE and FE. RGB value is (211,174,254). Sum of RGB (Red+Green+Blue) = 211+174+254=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEFE is #2C5101. Grayscale: #C1C1C1. Windows color (decimal): -2904322 or 16690899. OLE color: 16690899.

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

Color convert

RGB 211 174 254 -
CMYK 0.17 0.31 0 0.00
HSL 267.75º 0.98% 0.84% -
HSV(B) 267.75º 0.31% 1% -
XYZ 59.89 51.28 100.51 -
YUV 194.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 211 174 254 0.17 0.31 0 0.00 267.75 0.98 0.84
Hex D3 AE FE 11 1F 0 0 10C 62 54
Octal 323 256 376 21 37 0 0 414 142 124
Binary 11010011 10101110 11111110 10001 11111 0 0 100001100 1100010 1010100

Color Harmonies of #D3AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEFE

Black with #D3AEFE

Text Example


Text Example

White with #D3AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEFE; }

 p { color: rgb(211,174,254); }

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

background-color css

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

 a { background-color: rgb(211,174,254); }

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

border-color css

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

 span { border-color: rgb(211,174,254); }

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