Html Css Color HEX #D3AEFF Mauve

📋 copy color: '#D3AEFF'

red 211 ◦ green 174 ◦ blue 255

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

Shades of Mauve #D3AEFF

Tints of Mauve #D3AEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 32.97%
G = 27.19%
B = 39.84%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D3AEFF (or 0xD3AEFF) is known color: Mauve. HEX triplet: D3, AE and FF. RGB value is (211,174,255). Sum of RGB (Red+Green+Blue) = 211+174+255=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEFF is #2C5100. Grayscale: #C2C2C2. Windows color (decimal): -2904321 or 16756435. OLE color: 16756435.

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

Color convert

RGB 211 174 255 -
CMYK 0.17 0.32 0 0
HSL 267.41º 1% 0.84% -
HSV(B) 267.41º 0.32% 1% -
XYZ 60.05 51.34 101.35 -
YUV 194.3 162.26 139.91 -
System Red Green Blue C M Y K H S L
Decimal 211 174 255 0.17 0.32 0 0 267.41 1 0.84
Hex D3 AE FF 11 20 0 0 10B 64 54
Octal 323 256 377 21 40 0 0 413 144 124
Binary 11010011 10101110 11111111 10001 100000 0 0 100001011 1100100 1010100

Color Harmonies of #D3AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEFF

Black with #D3AEFF

Text Example


Text Example

White with #D3AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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