Html Css Color HEX #D8AFFF Mauve

📋 copy color: '#D8AFFF'

red 216 ◦ green 175 ◦ blue 255

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

Shades of Mauve #D8AFFF

Tints of Mauve #D8AFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.47%

R = 33.44%
G = 27.09%
B = 39.47%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8AFFF (or 0xD8AFFF) is known color: Mauve. HEX triplet: D8, AF and FF. RGB value is (216,175,255). Sum of RGB (Red+Green+Blue) = 216+175+255=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFFF is #275000. Grayscale: #C4C4C4. Windows color (decimal): -2576385 or 16756696. OLE color: 16756696.

HSL color Cylindrical-coordinate representation of color #D8AFFF: hue angle of 270.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8AFFF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 216 175 255 -
CMYK 0.15 0.31 0 0
HSL 270.75º 1% 0.84% -
HSV(B) 270.75º 0.31% 1% -
XYZ 61.7 52.48 101.49 -
YUV 196.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 216 175 255 0.15 0.31 0 0 270.75 1 0.84
Hex D8 AF FF F 1F 0 0 10F 64 54
Octal 330 257 377 17 37 0 0 417 144 124
Binary 11011000 10101111 11111111 1111 11111 0 0 100001111 1100100 1010100

Color Harmonies of #D8AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFFF

Black with #D8AFFF

Text Example


Text Example

White with #D8AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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