Html Css Color HEX #D9ADEC Mauve

📋 copy color: '#D9ADEC'

red 217 ◦ green 173 ◦ blue 236

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

Shades of Mauve #D9ADEC

Tints of Mauve #D9ADEC

RGB

 RED value IS 217 (85.16% from 255) = 34.66%

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

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 34.66%
G = 27.64%
B = 37.7%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9ADEC (or 0xD9ADEC) is known color: Mauve. HEX triplet: D9, AD and EC. RGB value is (217,173,236). Sum of RGB (Red+Green+Blue) = 217+173+236=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADEC is #265213. Grayscale: #C1C1C1. Windows color (decimal): -2511380 or 15511001. OLE color: 15511001.

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

Color convert

RGB 217 173 236 -
CMYK 0.08 0.27 0 0.07
HSL 281.9º 0.62% 0.8% -
HSV(B) 281.9º 0.27% 0.93% -
XYZ 58.7 50.69 86.05 -
YUV 193.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 217 173 236 0.08 0.27 0 0.07 281.9 0.62 0.8
Hex D9 AD EC 8 1B 0 7 11A 3E 50
Octal 331 255 354 10 33 0 7 432 76 120
Binary 11011001 10101101 11101100 1000 11011 0 111 100011010 111110 1010000

Color Harmonies of #D9ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADEC

Black with #D9ADEC

Text Example


Text Example

White with #D9ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADEC; }

 p { color: rgb(217,173,236); }

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

background-color css

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

 a { background-color: rgb(217,173,236); }

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

border-color css

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

 span { border-color: rgb(217,173,236); }

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