Html Css Color HEX #D5ADFE Mauve

📋 copy color: '#D5ADFE'

red 213 ◦ green 173 ◦ blue 254

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

Shades of Mauve #D5ADFE

Tints of Mauve #D5ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.69%

R = 33.28%
G = 27.03%
B = 39.69%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5ADFE (or 0xD5ADFE) is known color: Mauve. HEX triplet: D5, AD and FE. RGB value is (213,173,254). Sum of RGB (Red+Green+Blue) = 213+173+254=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFE is #2A5201. Grayscale: #C1C1C1. Windows color (decimal): -2773506 or 16690645. OLE color: 16690645.

HSL color Cylindrical-coordinate representation of color #D5ADFE: hue angle of 269.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5ADFE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 173 254 -
CMYK 0.16 0.32 0 0.00
HSL 269.63º 0.98% 0.84% -
HSV(B) 269.63º 0.32% 1% -
XYZ 60.27 51.19 100.47 -
YUV 194.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 213 173 254 0.16 0.32 0 0.00 269.63 0.98 0.84
Hex D5 AD FE 10 20 0 0 10E 62 54
Octal 325 255 376 20 40 0 0 416 142 124
Binary 11010101 10101101 11111110 10000 100000 0 0 100001110 1100010 1010100

Color Harmonies of #D5ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADFE

Black with #D5ADFE

Text Example


Text Example

White with #D5ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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