Html Css Color HEX #D0ABF3 Mauve

📋 copy color: '#D0ABF3'

red 208 ◦ green 171 ◦ blue 243

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

Shades of Mauve #D0ABF3

Tints of Mauve #D0ABF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.07%

R = 33.44%
G = 27.49%
B = 39.07%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0ABF3 (or 0xD0ABF3) is known color: Mauve. HEX triplet: D0, AB and F3. RGB value is (208,171,243). Sum of RGB (Red+Green+Blue) = 208+171+243=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABF3 is #2F540C. Grayscale: #BEBEBE. Windows color (decimal): -3101709 or 15969232. OLE color: 15969232.

HSL color Cylindrical-coordinate representation of color #D0ABF3: hue angle of 270.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0ABF3 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 171 243 -
CMYK 0.14 0.30 0 0.05
HSL 270.83º 0.75% 0.81% -
HSV(B) 270.83º 0.3% 0.95% -
XYZ 56.75 49.01 91.26 -
YUV 190.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 208 171 243 0.14 0.30 0 0.05 270.83 0.75 0.81
Hex D0 AB F3 E 1E 0 5 10F 4B 51
Octal 320 253 363 16 36 0 5 417 113 121
Binary 11010000 10101011 11110011 1110 11110 0 101 100001111 1001011 1010001

Color Harmonies of #D0ABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABF3

Black with #D0ABF3

Text Example


Text Example

White with #D0ABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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