Html Css Color HEX #D3ADFB Mauve

📋 copy color: '#D3ADFB'

red 211 ◦ green 173 ◦ blue 251

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

Shades of Mauve #D3ADFB

Tints of Mauve #D3ADFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.53%

R = 33.23%
G = 27.24%
B = 39.53%

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

#D3ADFB (or 0xD3ADFB) is known color: Mauve. HEX triplet: D3, AD and FB. RGB value is (211,173,251). Sum of RGB (Red+Green+Blue) = 211+173+251=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADFB is #2C5204. Grayscale: #C0C0C0. Windows color (decimal): -2904581 or 16494035. OLE color: 16494035.

HSL color Cylindrical-coordinate representation of color #D3ADFB: hue angle of 269.23º degrees, saturation: 0.91, 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 #D3ADFB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 173 251 -
CMYK 0.16 0.31 0 0.02
HSL 269.23º 0.91% 0.83% -
HSV(B) 269.23º 0.31% 0.98% -
XYZ 59.22 50.7 97.93 -
YUV 193.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 211 173 251 0.16 0.31 0 0.02 269.23 0.91 0.83
Hex D3 AD FB 10 1F 0 2 10D 5B 53
Octal 323 255 373 20 37 0 2 415 133 123
Binary 11010011 10101101 11111011 10000 11111 0 10 100001101 1011011 1010011

Color Harmonies of #D3ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADFB

Black with #D3ADFB

Text Example


Text Example

White with #D3ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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