Html Css Color HEX #D7ADEB Mauve

📋 copy color: '#D7ADEB'

red 215 ◦ green 173 ◦ blue 235

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

Shades of Mauve #D7ADEB

Tints of Mauve #D7ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 34.51%
G = 27.77%
B = 37.72%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7ADEB (or 0xD7ADEB) is known color: Mauve. HEX triplet: D7, AD and EB. RGB value is (215,173,235). Sum of RGB (Red+Green+Blue) = 215+173+235=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADEB is #285214. Grayscale: #C0C0C0. Windows color (decimal): -2642453 or 15445463. OLE color: 15445463.

HSL color Cylindrical-coordinate representation of color #D7ADEB: hue angle of 280.65º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7ADEB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 173 235 -
CMYK 0.09 0.26 0 0.08
HSL 280.65º 0.61% 0.8% -
HSV(B) 280.65º 0.26% 0.92% -
XYZ 57.96 50.33 85.26 -
YUV 192.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 215 173 235 0.09 0.26 0 0.08 280.65 0.61 0.8
Hex D7 AD EB 9 1A 0 8 119 3D 50
Octal 327 255 353 11 32 0 10 431 75 120
Binary 11010111 10101101 11101011 1001 11010 0 1000 100011001 111101 1010000

Color Harmonies of #D7ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ADEB

Black with #D7ADEB

Text Example


Text Example

White with #D7ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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