Html Css Color HEX #D4ADFE Mauve

📋 copy color: '#D4ADFE'

red 212 ◦ green 173 ◦ blue 254

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

Shades of Mauve #D4ADFE

Tints of Mauve #D4ADFE

RGB

 RED value IS 212 (83.2% from 255) = 33.18%

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

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

R = 33.18%
G = 27.07%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4ADFE (or 0xD4ADFE) is known color: Mauve. HEX triplet: D4, AD and FE. RGB value is (212,173,254). Sum of RGB (Red+Green+Blue) = 212+173+254=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFE is #2B5201. Grayscale: #C1C1C1. Windows color (decimal): -2839042 or 16690644. OLE color: 16690644.

HSL color Cylindrical-coordinate representation of color #D4ADFE: hue angle of 268.89º 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 #D4ADFE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 173 254 -
CMYK 0.17 0.32 0 0.00
HSL 268.89º 0.98% 0.84% -
HSV(B) 268.89º 0.32% 1% -
XYZ 59.98 51.04 100.46 -
YUV 193.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 212 173 254 0.17 0.32 0 0.00 268.89 0.98 0.84
Hex D4 AD FE 11 20 0 0 10D 62 54
Octal 324 255 376 21 40 0 0 415 142 124
Binary 11010100 10101101 11111110 10001 100000 0 0 100001101 1100010 1010100

Color Harmonies of #D4ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADFE

Black with #D4ADFE

Text Example


Text Example

White with #D4ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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