Html Css Color HEX #D3ADFF Mauve

📋 copy color: '#D3ADFF'

red 211 ◦ green 173 ◦ blue 255

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

Shades of Mauve #D3ADFF

Tints of Mauve #D3ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.07%

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

R = 33.02%
G = 27.07%
B = 39.91%

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

#D3ADFF (or 0xD3ADFF) is known color: Mauve. HEX triplet: D3, AD and FF. RGB value is (211,173,255). Sum of RGB (Red+Green+Blue) = 211+173+255=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADFF is #2C5200. Grayscale: #C1C1C1. Windows color (decimal): -2904577 or 16756179. OLE color: 16756179.

HSL color Cylindrical-coordinate representation of color #D3ADFF: hue angle of 267.8º 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 #D3ADFF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 173 255 -
CMYK 0.17 0.32 0 0
HSL 267.8º 1% 0.84% -
HSV(B) 267.8º 0.32% 1% -
XYZ 59.86 50.96 101.29 -
YUV 193.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 211 173 255 0.17 0.32 0 0 267.8 1 0.84
Hex D3 AD FF 11 20 0 0 10C 64 54
Octal 323 255 377 21 40 0 0 414 144 124
Binary 11010011 10101101 11111111 10001 100000 0 0 100001100 1100100 1010100

Color Harmonies of #D3ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADFF

Black with #D3ADFF

Text Example


Text Example

White with #D3ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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