Html Css Color HEX #D6ADEB Mauve

📋 copy color: '#D6ADEB'

red 214 ◦ green 173 ◦ blue 235

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

Shades of Mauve #D6ADEB

Tints of Mauve #D6ADEB

RGB

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

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

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

R = 34.41%
G = 27.81%
B = 37.78%

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

#D6ADEB (or 0xD6ADEB) is known color: Mauve. HEX triplet: D6, AD and EB. RGB value is (214,173,235). Sum of RGB (Red+Green+Blue) = 214+173+235=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADEB is #295214. Grayscale: #C0C0C0. Windows color (decimal): -2707989 or 15445462. OLE color: 15445462.

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

Color convert

RGB 214 173 235 -
CMYK 0.09 0.26 0 0.08
HSL 279.68º 0.61% 0.8% -
HSV(B) 279.68º 0.26% 0.92% -
XYZ 57.67 50.18 85.24 -
YUV 192.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 214 173 235 0.09 0.26 0 0.08 279.68 0.61 0.8
Hex D6 AD EB 9 1A 0 8 118 3D 50
Octal 326 255 353 11 32 0 10 430 75 120
Binary 11010110 10101101 11101011 1001 11010 0 1000 100011000 111101 1010000

Color Harmonies of #D6ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADEB

Black with #D6ADEB

Text Example


Text Example

White with #D6ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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