Html Css Color HEX #D6ADF0 Mauve

📋 copy color: '#D6ADF0'

red 214 ◦ green 173 ◦ blue 240

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

Shades of Mauve #D6ADF0

Tints of Mauve #D6ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 34.13%
G = 27.59%
B = 38.28%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6ADF0 (or 0xD6ADF0) is known color: Mauve. HEX triplet: D6, AD and F0. RGB value is (214,173,240). Sum of RGB (Red+Green+Blue) = 214+173+240=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADF0 is #29520F. Grayscale: #C0C0C0. Windows color (decimal): -2707984 or 15773142. OLE color: 15773142.

HSL color Cylindrical-coordinate representation of color #D6ADF0: hue angle of 276.72º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6ADF0 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 173 240 -
CMYK 0.11 0.28 0 0.06
HSL 276.72º 0.69% 0.81% -
HSV(B) 276.72º 0.28% 0.94% -
XYZ 58.4 50.47 89.1 -
YUV 192.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 214 173 240 0.11 0.28 0 0.06 276.72 0.69 0.81
Hex D6 AD F0 B 1C 0 6 115 45 51
Octal 326 255 360 13 34 0 6 425 105 121
Binary 11010110 10101101 11110000 1011 11100 0 110 100010101 1000101 1010001

Color Harmonies of #D6ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADF0

Black with #D6ADF0

Text Example


Text Example

White with #D6ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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