Html Css Color HEX #D4ADF0 Mauve

📋 copy color: '#D4ADF0'

red 212 ◦ green 173 ◦ blue 240

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

Shades of Mauve #D4ADF0

Tints of Mauve #D4ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.4%

R = 33.92%
G = 27.68%
B = 38.4%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4ADF0 (or 0xD4ADF0) is known color: Mauve. HEX triplet: D4, AD and F0. RGB value is (212,173,240). Sum of RGB (Red+Green+Blue) = 212+173+240=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADF0 is #2B520F. Grayscale: #C0C0C0. Windows color (decimal): -2839056 or 15773140. OLE color: 15773140.

HSL color Cylindrical-coordinate representation of color #D4ADF0: hue angle of 274.93º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4ADF0 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 173 240 -
CMYK 0.12 0.28 0 0.06
HSL 274.93º 0.69% 0.81% -
HSV(B) 274.93º 0.28% 0.94% -
XYZ 57.82 50.18 89.08 -
YUV 192.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 212 173 240 0.12 0.28 0 0.06 274.93 0.69 0.81
Hex D4 AD F0 C 1C 0 6 113 45 51
Octal 324 255 360 14 34 0 6 423 105 121
Binary 11010100 10101101 11110000 1100 11100 0 110 100010011 1000101 1010001

Color Harmonies of #D4ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADF0

Black with #D4ADF0

Text Example


Text Example

White with #D4ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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