Html Css Color HEX #D4ADFD Mauve

📋 copy color: '#D4ADFD'

red 212 ◦ green 173 ◦ blue 253

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

Shades of Mauve #D4ADFD

Tints of Mauve #D4ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.66%

R = 33.23%
G = 27.12%
B = 39.66%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4ADFD (or 0xD4ADFD) is known color: Mauve. HEX triplet: D4, AD and FD. RGB value is (212,173,253). Sum of RGB (Red+Green+Blue) = 212+173+253=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFD is #2B5202. Grayscale: #C1C1C1. Windows color (decimal): -2839043 or 16625108. OLE color: 16625108.

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

Color convert

RGB 212 173 253 -
CMYK 0.16 0.32 0 0.01
HSL 269.25º 0.95% 0.84% -
HSV(B) 269.25º 0.32% 0.99% -
XYZ 59.82 50.98 99.61 -
YUV 193.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 212 173 253 0.16 0.32 0 0.01 269.25 0.95 0.84
Hex D4 AD FD 10 20 0 1 10D 5F 54
Octal 324 255 375 20 40 0 1 415 137 124
Binary 11010100 10101101 11111101 10000 100000 0 1 100001101 1011111 1010100

Color Harmonies of #D4ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADFD

Black with #D4ADFD

Text Example


Text Example

White with #D4ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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