Html Css Color HEX #D0ABFA Mauve

📋 copy color: '#D0ABFA'

red 208 ◦ green 171 ◦ blue 250

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

Shades of Mauve #D0ABFA

Tints of Mauve #D0ABFA

RGB

 RED value IS 208 (81.64% from 255) = 33.07%

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

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

R = 33.07%
G = 27.19%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0ABFA (or 0xD0ABFA) is known color: Mauve. HEX triplet: D0, AB and FA. RGB value is (208,171,250). Sum of RGB (Red+Green+Blue) = 208+171+250=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABFA is #2F5405. Grayscale: #BEBEBE. Windows color (decimal): -3101702 or 16427984. OLE color: 16427984.

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

Color convert

RGB 208 171 250 -
CMYK 0.17 0.32 0 0.02
HSL 268.1º 0.89% 0.83% -
HSV(B) 268.1º 0.32% 0.98% -
XYZ 57.83 49.44 96.94 -
YUV 191.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 208 171 250 0.17 0.32 0 0.02 268.1 0.89 0.83
Hex D0 AB FA 11 20 0 2 10C 59 53
Octal 320 253 372 21 40 0 2 414 131 123
Binary 11010000 10101011 11111010 10001 100000 0 10 100001100 1011001 1010011

Color Harmonies of #D0ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABFA

Black with #D0ABFA

Text Example


Text Example

White with #D0ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABFA; }

 p { color: rgb(208,171,250); }

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

background-color css

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

 a { background-color: rgb(208,171,250); }

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

border-color css

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

 span { border-color: rgb(208,171,250); }

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