Html Css Color HEX #D6ADEE Mauve

📋 copy color: '#D6ADEE'

red 214 ◦ green 173 ◦ blue 238

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

Shades of Mauve #D6ADEE

Tints of Mauve #D6ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 34.24%
G = 27.68%
B = 38.08%

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

#D6ADEE (or 0xD6ADEE) is known color: Mauve. HEX triplet: D6, AD and EE. RGB value is (214,173,238). Sum of RGB (Red+Green+Blue) = 214+173+238=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADEE is #295211. Grayscale: #C0C0C0. Windows color (decimal): -2707986 or 15642070. OLE color: 15642070.

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

Color convert

RGB 214 173 238 -
CMYK 0.10 0.27 0 0.07
HSL 277.85º 0.66% 0.81% -
HSV(B) 277.85º 0.27% 0.93% -
XYZ 58.11 50.36 87.55 -
YUV 192.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 214 173 238 0.10 0.27 0 0.07 277.85 0.66 0.81
Hex D6 AD EE A 1B 0 7 116 42 51
Octal 326 255 356 12 33 0 7 426 102 121
Binary 11010110 10101101 11101110 1010 11011 0 111 100010110 1000010 1010001

Color Harmonies of #D6ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADEE

Black with #D6ADEE

Text Example


Text Example

White with #D6ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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