Html Css Color HEX #D8AFEF Mauve

📋 copy color: '#D8AFEF'

red 216 ◦ green 175 ◦ blue 239

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

Shades of Mauve #D8AFEF

Tints of Mauve #D8AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 34.29%
G = 27.78%
B = 37.94%

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

#D8AFEF (or 0xD8AFEF) is known color: Mauve. HEX triplet: D8, AF and EF. RGB value is (216,175,239). Sum of RGB (Red+Green+Blue) = 216+175+239=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFEF is #275010. Grayscale: #C2C2C2. Windows color (decimal): -2576401 or 15708120. OLE color: 15708120.

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

Color convert

RGB 216 175 239 -
CMYK 0.10 0.27 0 0.06
HSL 278.44º 0.67% 0.81% -
HSV(B) 278.44º 0.27% 0.94% -
XYZ 59.23 51.49 88.48 -
YUV 194.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 216 175 239 0.10 0.27 0 0.06 278.44 0.67 0.81
Hex D8 AF EF A 1B 0 6 116 43 51
Octal 330 257 357 12 33 0 6 426 103 121
Binary 11011000 10101111 11101111 1010 11011 0 110 100010110 1000011 1010001

Color Harmonies of #D8AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFEF

Black with #D8AFEF

Text Example


Text Example

White with #D8AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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