Html Css Color HEX #D3AEFD Mauve

📋 copy color: '#D3AEFD'

red 211 ◦ green 174 ◦ blue 253

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

Shades of Mauve #D3AEFD

Tints of Mauve #D3AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.66%

R = 33.07%
G = 27.27%
B = 39.66%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D3AEFD (or 0xD3AEFD) is known color: Mauve. HEX triplet: D3, AE and FD. RGB value is (211,174,253). Sum of RGB (Red+Green+Blue) = 211+174+253=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEFD is #2C5102. Grayscale: #C1C1C1. Windows color (decimal): -2904323 or 16625363. OLE color: 16625363.

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

Color convert

RGB 211 174 253 -
CMYK 0.17 0.31 0 0.01
HSL 268.1º 0.95% 0.84% -
HSV(B) 268.1º 0.31% 0.99% -
XYZ 59.73 51.21 99.67 -
YUV 194.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 211 174 253 0.17 0.31 0 0.01 268.1 0.95 0.84
Hex D3 AE FD 11 1F 0 1 10C 5F 54
Octal 323 256 375 21 37 0 1 414 137 124
Binary 11010011 10101110 11111101 10001 11111 0 1 100001100 1011111 1010100

Color Harmonies of #D3AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEFD

Black with #D3AEFD

Text Example


Text Example

White with #D3AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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