Html Css Color HEX #D4ADFC Mauve

📋 copy color: '#D4ADFC'

red 212 ◦ green 173 ◦ blue 252

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

Shades of Mauve #D4ADFC

Tints of Mauve #D4ADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.56%

R = 33.28%
G = 27.16%
B = 39.56%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4ADFC (or 0xD4ADFC) is known color: Mauve. HEX triplet: D4, AD and FC. RGB value is (212,173,252). Sum of RGB (Red+Green+Blue) = 212+173+252=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFC is #2B5203. Grayscale: #C1C1C1. Windows color (decimal): -2839044 or 16559572. OLE color: 16559572.

HSL color Cylindrical-coordinate representation of color #D4ADFC: hue angle of 269.62º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4ADFC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 173 252 -
CMYK 0.16 0.31 0 0.01
HSL 269.62º 0.93% 0.83% -
HSV(B) 269.62º 0.31% 0.99% -
XYZ 59.67 50.91 98.78 -
YUV 193.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 212 173 252 0.16 0.31 0 0.01 269.62 0.93 0.83
Hex D4 AD FC 10 1F 0 1 10E 5D 53
Octal 324 255 374 20 37 0 1 416 135 123
Binary 11010100 10101101 11111100 10000 11111 0 1 100001110 1011101 1010011

Color Harmonies of #D4ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADFC

Black with #D4ADFC

Text Example


Text Example

White with #D4ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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