#D8ADEE

Color #D8ADEE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D8ADEE

Tints of Mauve #D8ADEE

Color information

#D8ADEE (or 0xD8ADEE) is unknown color: approx Mauve. HEX triplet: D8, AD and EE. RGB value is (216,173,238). Sum of RGB (Red+Green+Blue) = 216+173+238=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADEE is #275211. Grayscale: #C1C1C1. Windows color (decimal): -2576914 or 15642072. OLE color: 15642072.

HSL color Cylindrical-coordinate representation of color #D8ADEE: hue angle of 279.69º 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 #D8ADEE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216173238-
CMYK0.090.2700.07
HSL279.69º65.66%80.59%-
HSV(B)279.69º27.31%93.33%-
XYZ58.750.6687.57-
YUV193.27153.25144.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=34.45%
G=27.59%
B=37.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161732380.090.2700.07279.6965.6680.59
HexD8ADEE91B071184251
Octal330255356113307430102121
Binary110110001010110111101110100111011011110001100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADEE; }

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

 H1.HeaderClassName
 {
   color: #D8ADEE;
 }
 .AnyTagClassName
 {
   color: #D8ADEE;
 }
</style>
background-color css

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

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

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

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

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

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