Html Css Color HEX #D3ADFC Mauve

📋 copy color: '#D3ADFC'

red 211 ◦ green 173 ◦ blue 252

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

Shades of Mauve #D3ADFC

Tints of Mauve #D3ADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 33.18%
G = 27.2%
B = 39.62%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D3ADFC (or 0xD3ADFC) is known color: Mauve. HEX triplet: D3, AD and FC. RGB value is (211,173,252). Sum of RGB (Red+Green+Blue) = 211+173+252=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADFC is #2C5203. Grayscale: #C1C1C1. Windows color (decimal): -2904580 or 16559571. OLE color: 16559571.

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

Color convert

RGB 211 173 252 -
CMYK 0.16 0.31 0 0.01
HSL 268.86º 0.93% 0.83% -
HSV(B) 268.86º 0.31% 0.99% -
XYZ 59.38 50.76 98.76 -
YUV 193.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 211 173 252 0.16 0.31 0 0.01 268.86 0.93 0.83
Hex D3 AD FC 10 1F 0 1 10D 5D 53
Octal 323 255 374 20 37 0 1 415 135 123
Binary 11010011 10101101 11111100 10000 11111 0 1 100001101 1011101 1010011

Color Harmonies of #D3ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADFC

Black with #D3ADFC

Text Example


Text Example

White with #D3ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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