Html Css Color HEX #D0A8F0 Mauve

📋 copy color: '#D0A8F0'

red 208 ◦ green 168 ◦ blue 240

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

Shades of Mauve #D0A8F0

Tints of Mauve #D0A8F0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.27%

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 33.77%
G = 27.27%
B = 38.96%

CMYK

 C value IS 0.13

 M value IS 0.3

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0A8F0 (or 0xD0A8F0) is known color: Mauve. HEX triplet: D0, A8 and F0. RGB value is (208,168,240). Sum of RGB (Red+Green+Blue) = 208+168+240=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #D0A8F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A8F0 is #2F570F. Grayscale: #BBBBBB. Windows color (decimal): -3102480 or 15771856. OLE color: 15771856.

HSL color Cylindrical-coordinate representation of color #D0A8F0: hue angle of 273.33º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0A8F0 is Cyan = 0.13, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 168 240 -
CMYK 0.13 0.3 0 0.06
HSL 273.33º 0.71% 0.8% -
HSV(B) 273.33º 0.3% 0.94% -
XYZ 55.74 47.71 88.71 -
YUV 188.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 208 168 240 0.13 0.3 0 0.06 273.33 0.71 0.8
Hex D0 A8 F0 D 1E 0 6 111 47 50
Octal 320 250 360 15 36 0 6 421 107 120
Binary 11010000 10101000 11110000 1101 11110 0 110 100010001 1000111 1010000

Color Harmonies of #D0A8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8F0

Black with #D0A8F0

Text Example


Text Example

White with #D0A8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8F0; }

 p { color: rgb(208,168,240); }

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

background-color css

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

 a { background-color: rgb(208,168,240); }

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

border-color css

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

 span { border-color: rgb(208,168,240); }

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