Html Css Color HEX #D0ABF5 Mauve

📋 copy color: '#D0ABF5'

red 208 ◦ green 171 ◦ blue 245

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

Shades of Mauve #D0ABF5

Tints of Mauve #D0ABF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.26%

R = 33.33%
G = 27.4%
B = 39.26%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D0ABF5 (or 0xD0ABF5) is known color: Mauve. HEX triplet: D0, AB and F5. RGB value is (208,171,245). Sum of RGB (Red+Green+Blue) = 208+171+245=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0ABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABF5 is #2F540A. Grayscale: #BEBEBE. Windows color (decimal): -3101707 or 16100304. OLE color: 16100304.

HSL color Cylindrical-coordinate representation of color #D0ABF5: hue angle of 270º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0ABF5 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 171 245 -
CMYK 0.15 0.30 0 0.04
HSL 270º 0.79% 0.82% -
HSV(B) 270º 0.3% 0.96% -
XYZ 57.06 49.13 92.86 -
YUV 190.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 208 171 245 0.15 0.30 0 0.04 270 0.79 0.82
Hex D0 AB F5 F 1E 0 4 10E 4F 52
Octal 320 253 365 17 36 0 4 416 117 122
Binary 11010000 10101011 11110101 1111 11110 0 100 100001110 1001111 1010010

Color Harmonies of #D0ABF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABF5

Black with #D0ABF5

Text Example


Text Example

White with #D0ABF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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