Html Css Color HEX #D2ADFD Mauve

📋 copy color: '#D2ADFD'

red 210 ◦ green 173 ◦ blue 253

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

Shades of Mauve #D2ADFD

Tints of Mauve #D2ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.78%

R = 33.02%
G = 27.2%
B = 39.78%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2ADFD (or 0xD2ADFD) is known color: Mauve. HEX triplet: D2, AD and FD. RGB value is (210,173,253). Sum of RGB (Red+Green+Blue) = 210+173+253=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADFD is #2D5202. Grayscale: #C0C0C0. Windows color (decimal): -2970115 or 16625106. OLE color: 16625106.

HSL color Cylindrical-coordinate representation of color #D2ADFD: hue angle of 267.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2ADFD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 173 253 -
CMYK 0.17 0.32 0 0.01
HSL 267.75º 0.95% 0.84% -
HSV(B) 267.75º 0.32% 0.99% -
XYZ 59.25 50.68 99.59 -
YUV 193.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 210 173 253 0.17 0.32 0 0.01 267.75 0.95 0.84
Hex D2 AD FD 11 20 0 1 10C 5F 54
Octal 322 255 375 21 40 0 1 414 137 124
Binary 11010010 10101101 11111101 10001 100000 0 1 100001100 1011111 1010100

Color Harmonies of #D2ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADFD

Black with #D2ADFD

Text Example


Text Example

White with #D2ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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