Html Css Color HEX #D2ADFA Mauve

📋 copy color: '#D2ADFA'

red 210 ◦ green 173 ◦ blue 250

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

Shades of Mauve #D2ADFA

Tints of Mauve #D2ADFA

RGB

 RED value IS 210 (82.42% from 255) = 33.18%

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

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

R = 33.18%
G = 27.33%
B = 39.49%

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

#D2ADFA (or 0xD2ADFA) is known color: Mauve. HEX triplet: D2, AD and FA. RGB value is (210,173,250). Sum of RGB (Red+Green+Blue) = 210+173+250=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADFA is #2D5205. Grayscale: #C0C0C0. Windows color (decimal): -2970118 or 16428498. OLE color: 16428498.

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

Color convert

RGB 210 173 250 -
CMYK 0.16 0.31 0 0.02
HSL 268.83º 0.89% 0.83% -
HSV(B) 268.83º 0.31% 0.98% -
XYZ 58.78 50.49 97.09 -
YUV 192.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 210 173 250 0.16 0.31 0 0.02 268.83 0.89 0.83
Hex D2 AD FA 10 1F 0 2 10D 59 53
Octal 322 255 372 20 37 0 2 415 131 123
Binary 11010010 10101101 11111010 10000 11111 0 10 100001101 1011001 1010011

Color Harmonies of #D2ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADFA

Black with #D2ADFA

Text Example


Text Example

White with #D2ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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