Html Css Color HEX #D8ABFC Mauve

📋 copy color: '#D8ABFC'

red 216 ◦ green 171 ◦ blue 252

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

Shades of Mauve #D8ABFC

Tints of Mauve #D8ABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.76%

 BLUE value IS 252 (98.83% from 255) = 39.44%

R = 33.8%
G = 26.76%
B = 39.44%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8ABFC (or 0xD8ABFC) is known color: Mauve. HEX triplet: D8, AB and FC. RGB value is (216,171,252). Sum of RGB (Red+Green+Blue) = 216+171+252=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABFC is #275403. Grayscale: #C1C1C1. Windows color (decimal): -2577412 or 16559064. OLE color: 16559064.

HSL color Cylindrical-coordinate representation of color #D8ABFC: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8ABFC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 171 252 -
CMYK 0.14 0.32 0 0.01
HSL 273.33º 0.93% 0.83% -
HSV(B) 273.33º 0.32% 0.99% -
XYZ 60.45 50.75 98.71 -
YUV 193.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 216 171 252 0.14 0.32 0 0.01 273.33 0.93 0.83
Hex D8 AB FC E 20 0 1 111 5D 53
Octal 330 253 374 16 40 0 1 421 135 123
Binary 11011000 10101011 11111100 1110 100000 0 1 100010001 1011101 1010011

Color Harmonies of #D8ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABFC

Black with #D8ABFC

Text Example


Text Example

White with #D8ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABFC; }

 p { color: rgb(216,171,252); }

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

background-color css

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

 a { background-color: rgb(216,171,252); }

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

border-color css

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

 span { border-color: rgb(216,171,252); }

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