Html Css Color HEX #D4ADF2 Mauve

📋 copy color: '#D4ADF2'

red 212 ◦ green 173 ◦ blue 242

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

Shades of Mauve #D4ADF2

Tints of Mauve #D4ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.6%

R = 33.81%
G = 27.59%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D4ADF2 (or 0xD4ADF2) is known color: Mauve. HEX triplet: D4, AD and F2. RGB value is (212,173,242). Sum of RGB (Red+Green+Blue) = 212+173+242=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADF2 is #2B520D. Grayscale: #C0C0C0. Windows color (decimal): -2839054 or 15904212. OLE color: 15904212.

HSL color Cylindrical-coordinate representation of color #D4ADF2: hue angle of 273.91º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4ADF2 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 173 242 -
CMYK 0.12 0.29 0 0.05
HSL 273.91º 0.73% 0.81% -
HSV(B) 273.91º 0.29% 0.95% -
XYZ 58.12 50.29 90.65 -
YUV 192.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 212 173 242 0.12 0.29 0 0.05 273.91 0.73 0.81
Hex D4 AD F2 C 1D 0 5 112 49 51
Octal 324 255 362 14 35 0 5 422 111 121
Binary 11010100 10101101 11110010 1100 11101 0 101 100010010 1001001 1010001

Color Harmonies of #D4ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADF2

Black with #D4ADF2

Text Example


Text Example

White with #D4ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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