Html Css Color HEX #D6ADED Mauve

📋 copy color: '#D6ADED'

red 214 ◦ green 173 ◦ blue 237

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

Shades of Mauve #D6ADED

Tints of Mauve #D6ADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.98%

R = 34.29%
G = 27.72%
B = 37.98%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6ADED (or 0xD6ADED) is known color: Mauve. HEX triplet: D6, AD and ED. RGB value is (214,173,237). Sum of RGB (Red+Green+Blue) = 214+173+237=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADED is #295212. Grayscale: #C0C0C0. Windows color (decimal): -2707987 or 15576534. OLE color: 15576534.

HSL color Cylindrical-coordinate representation of color #D6ADED: hue angle of 278.44º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6ADED is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 173 237 -
CMYK 0.10 0.27 0 0.07
HSL 278.44º 0.64% 0.8% -
HSV(B) 278.44º 0.27% 0.93% -
XYZ 57.96 50.3 86.77 -
YUV 192.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 214 173 237 0.10 0.27 0 0.07 278.44 0.64 0.8
Hex D6 AD ED A 1B 0 7 116 40 50
Octal 326 255 355 12 33 0 7 426 100 120
Binary 11010110 10101101 11101101 1010 11011 0 111 100010110 1000000 1010000

Color Harmonies of #D6ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADED

Black with #D6ADED

Text Example


Text Example

White with #D6ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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