Html Css Color HEX #D5ADEC Mauve

📋 copy color: '#D5ADEC'

red 213 ◦ green 173 ◦ blue 236

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

Shades of Mauve #D5ADEC

Tints of Mauve #D5ADEC

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

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

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

R = 34.24%
G = 27.81%
B = 37.94%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5ADEC (or 0xD5ADEC) is known color: Mauve. HEX triplet: D5, AD and EC. RGB value is (213,173,236). Sum of RGB (Red+Green+Blue) = 213+173+236=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADEC is #2A5213. Grayscale: #BFBFBF. Windows color (decimal): -2773524 or 15510997. OLE color: 15510997.

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

Color convert

RGB 213 173 236 -
CMYK 0.10 0.27 0 0.07
HSL 278.1º 0.62% 0.8% -
HSV(B) 278.1º 0.27% 0.93% -
XYZ 57.52 50.09 85.99 -
YUV 192.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 213 173 236 0.10 0.27 0 0.07 278.1 0.62 0.8
Hex D5 AD EC A 1B 0 7 116 3E 50
Octal 325 255 354 12 33 0 7 426 76 120
Binary 11010101 10101101 11101100 1010 11011 0 111 100010110 111110 1010000

Color Harmonies of #D5ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADEC

Black with #D5ADEC

Text Example


Text Example

White with #D5ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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