Html Css Color HEX #D3ADFA Mauve

📋 copy color: '#D3ADFA'

red 211 ◦ green 173 ◦ blue 250

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

Shades of Mauve #D3ADFA

Tints of Mauve #D3ADFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 33.28%
G = 27.29%
B = 39.43%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3ADFA (or 0xD3ADFA) is known color: Mauve. HEX triplet: D3, AD and FA. RGB value is (211,173,250). Sum of RGB (Red+Green+Blue) = 211+173+250=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADFA is #2C5205. Grayscale: #C0C0C0. Windows color (decimal): -2904582 or 16428499. OLE color: 16428499.

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

Color convert

RGB 211 173 250 -
CMYK 0.16 0.31 0 0.02
HSL 269.61º 0.89% 0.83% -
HSV(B) 269.61º 0.31% 0.98% -
XYZ 59.06 50.64 97.1 -
YUV 193.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 211 173 250 0.16 0.31 0 0.02 269.61 0.89 0.83
Hex D3 AD FA 10 1F 0 2 10E 59 53
Octal 323 255 372 20 37 0 2 416 131 123
Binary 11010011 10101101 11111010 10000 11111 0 10 100001110 1011001 1010011

Color Harmonies of #D3ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADFA

Black with #D3ADFA

Text Example


Text Example

White with #D3ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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