Html Css Color HEX #D1ADFC Mauve

📋 copy color: '#D1ADFC'

red 209 ◦ green 173 ◦ blue 252

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

Shades of Mauve #D1ADFC

Tints of Mauve #D1ADFC

RGB

 RED value IS 209 (82.03% from 255) = 32.97%

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

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

R = 32.97%
G = 27.29%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1ADFC (or 0xD1ADFC) is known color: Mauve. HEX triplet: D1, AD and FC. RGB value is (209,173,252). Sum of RGB (Red+Green+Blue) = 209+173+252=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADFC is #2E5203. Grayscale: #C0C0C0. Windows color (decimal): -3035652 or 16559569. OLE color: 16559569.

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

Color convert

RGB 209 173 252 -
CMYK 0.17 0.31 0 0.01
HSL 267.34º 0.93% 0.83% -
HSV(B) 267.34º 0.31% 0.99% -
XYZ 58.81 50.47 98.74 -
YUV 192.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 209 173 252 0.17 0.31 0 0.01 267.34 0.93 0.83
Hex D1 AD FC 11 1F 0 1 10B 5D 53
Octal 321 255 374 21 37 0 1 413 135 123
Binary 11010001 10101101 11111100 10001 11111 0 1 100001011 1011101 1010011

Color Harmonies of #D1ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADFC

Black with #D1ADFC

Text Example


Text Example

White with #D1ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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