Html Css Color HEX #D6ADFD Mauve

📋 copy color: '#D6ADFD'

red 214 ◦ green 173 ◦ blue 253

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

Shades of Mauve #D6ADFD

Tints of Mauve #D6ADFD

RGB

 RED value IS 214 (83.98% from 255) = 33.44%

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

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

R = 33.44%
G = 27.03%
B = 39.53%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6ADFD (or 0xD6ADFD) is known color: Mauve. HEX triplet: D6, AD and FD. RGB value is (214,173,253). Sum of RGB (Red+Green+Blue) = 214+173+253=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADFD is #295202. Grayscale: #C2C2C2. Windows color (decimal): -2707971 or 16625110. OLE color: 16625110.

HSL color Cylindrical-coordinate representation of color #D6ADFD: hue angle of 270.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 #D6ADFD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 173 253 -
CMYK 0.15 0.32 0 0.01
HSL 270.75º 0.95% 0.84% -
HSV(B) 270.75º 0.32% 0.99% -
XYZ 60.4 51.28 99.64 -
YUV 194.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 214 173 253 0.15 0.32 0 0.01 270.75 0.95 0.84
Hex D6 AD FD F 20 0 1 10F 5F 54
Octal 326 255 375 17 40 0 1 417 137 124
Binary 11010110 10101101 11111101 1111 100000 0 1 100001111 1011111 1010100

Color Harmonies of #D6ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADFD

Black with #D6ADFD

Text Example


Text Example

White with #D6ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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