Html Css Color HEX #D9AFF0 Mauve

📋 copy color: '#D9AFF0'

red 217 ◦ green 175 ◦ blue 240

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

Shades of Mauve #D9AFF0

Tints of Mauve #D9AFF0

RGB

 RED value IS 217 (85.16% from 255) = 34.34%

 GREEN value IS 175 (68.75% from 255) = 27.69%

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

R = 34.34%
G = 27.69%
B = 37.97%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9AFF0 (or 0xD9AFF0) is known color: Mauve. HEX triplet: D9, AF and F0. RGB value is (217,175,240). Sum of RGB (Red+Green+Blue) = 217+175+240=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFF0 is #26500F. Grayscale: #C2C2C2. Windows color (decimal): -2510864 or 15773657. OLE color: 15773657.

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

Color convert

RGB 217 175 240 -
CMYK 0.10 0.27 0 0.06
HSL 278.77º 0.68% 0.81% -
HSV(B) 278.77º 0.27% 0.94% -
XYZ 59.67 51.7 89.27 -
YUV 194.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 217 175 240 0.10 0.27 0 0.06 278.77 0.68 0.81
Hex D9 AF F0 A 1B 0 6 117 44 51
Octal 331 257 360 12 33 0 6 427 104 121
Binary 11011001 10101111 11110000 1010 11011 0 110 100010111 1000100 1010001

Color Harmonies of #D9AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFF0

Black with #D9AFF0

Text Example


Text Example

White with #D9AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFF0; }

 p { color: rgb(217,175,240); }

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

background-color css

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

 a { background-color: rgb(217,175,240); }

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

border-color css

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

 span { border-color: rgb(217,175,240); }

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