Html Css Color HEX #D7ADEC Mauve

📋 copy color: '#D7ADEC'

red 215 ◦ green 173 ◦ blue 236

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

Shades of Mauve #D7ADEC

Tints of Mauve #D7ADEC

RGB

 RED value IS 215 (84.38% from 255) = 34.46%

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

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

R = 34.46%
G = 27.72%
B = 37.82%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7ADEC (or 0xD7ADEC) is known color: Mauve. HEX triplet: D7, AD and EC. RGB value is (215,173,236). Sum of RGB (Red+Green+Blue) = 215+173+236=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADEC is #285213. Grayscale: #C0C0C0. Windows color (decimal): -2642452 or 15510999. OLE color: 15510999.

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

Color convert

RGB 215 173 236 -
CMYK 0.09 0.27 0 0.07
HSL 280º 0.62% 0.8% -
HSV(B) 280º 0.27% 0.93% -
XYZ 58.11 50.39 86.02 -
YUV 192.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 215 173 236 0.09 0.27 0 0.07 280 0.62 0.8
Hex D7 AD EC 9 1B 0 7 118 3E 50
Octal 327 255 354 11 33 0 7 430 76 120
Binary 11010111 10101101 11101100 1001 11011 0 111 100011000 111110 1010000

Color Harmonies of #D7ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ADEC

Black with #D7ADEC

Text Example


Text Example

White with #D7ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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