Html Css Color HEX #D8AFF0 Mauve

📋 copy color: '#D8AFF0'

red 216 ◦ green 175 ◦ blue 240

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

Shades of Mauve #D8AFF0

Tints of Mauve #D8AFF0

RGB

 RED value IS 216 (84.77% from 255) = 34.23%

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

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

R = 34.23%
G = 27.73%
B = 38.03%

CMYK

 C value IS 0.1

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8AFF0 (or 0xD8AFF0) is known color: Mauve. HEX triplet: D8, AF and F0. RGB value is (216,175,240). Sum of RGB (Red+Green+Blue) = 216+175+240=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFF0 is #27500F. Grayscale: #C2C2C2. Windows color (decimal): -2576400 or 15773656. OLE color: 15773656.

HSL color Cylindrical-coordinate representation of color #D8AFF0: hue angle of 277.85º 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 #D8AFF0 is Cyan = 0.1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 175 240 -
CMYK 0.1 0.27 0 0.06
HSL 277.85º 0.68% 0.81% -
HSV(B) 277.85º 0.27% 0.94% -
XYZ 59.38 51.55 89.26 -
YUV 194.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 216 175 240 0.1 0.27 0 0.06 277.85 0.68 0.81
Hex D8 AF F0 A 1B 0 6 116 44 51
Octal 330 257 360 12 33 0 6 426 104 121
Binary 11011000 10101111 11110000 1010 11011 0 110 100010110 1000100 1010001

Color Harmonies of #D8AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFF0

Black with #D8AFF0

Text Example


Text Example

White with #D8AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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