Html Css Color HEX #D8AFFA Mauve

📋 copy color: '#D8AFFA'

red 216 ◦ green 175 ◦ blue 250

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

Shades of Mauve #D8AFFA

Tints of Mauve #D8AFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39%

R = 33.7%
G = 27.3%
B = 39%

CMYK

 C value IS 0.14

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8AFFA (or 0xD8AFFA) is known color: Mauve. HEX triplet: D8, AF and FA. RGB value is (216,175,250). Sum of RGB (Red+Green+Blue) = 216+175+250=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFFA is #275005. Grayscale: #C3C3C3. Windows color (decimal): -2576390 or 16429016. OLE color: 16429016.

HSL color Cylindrical-coordinate representation of color #D8AFFA: hue angle of 272.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8AFFA is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 175 250 -
CMYK 0.14 0.3 0 0.02
HSL 272.8º 0.88% 0.83% -
HSV(B) 272.8º 0.3% 0.98% -
XYZ 60.9 52.16 97.3 -
YUV 195.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 216 175 250 0.14 0.3 0 0.02 272.8 0.88 0.83
Hex D8 AF FA E 1E 0 2 111 58 53
Octal 330 257 372 16 36 0 2 421 130 123
Binary 11011000 10101111 11111010 1110 11110 0 10 100010001 1011000 1010011

Color Harmonies of #D8AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFFA

Black with #D8AFFA

Text Example


Text Example

White with #D8AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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