Html Css Color HEX #D0A8FF Mauve

📋 copy color: '#D0A8FF'

red 208 ◦ green 168 ◦ blue 255

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

Shades of Mauve #D0A8FF

Tints of Mauve #D0A8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 32.96%
G = 26.62%
B = 40.41%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0A8FF (or 0xD0A8FF) is known color: Mauve. HEX triplet: D0, A8 and FF. RGB value is (208,168,255). Sum of RGB (Red+Green+Blue) = 208+168+255=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A8FF is #2F5700. Grayscale: #BDBDBD. Windows color (decimal): -3102465 or 16754896. OLE color: 16754896.

HSL color Cylindrical-coordinate representation of color #D0A8FF: hue angle of 267.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0A8FF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 168 255 -
CMYK 0.18 0.34 0 0
HSL 267.59º 1% 0.83% -
HSV(B) 267.59º 0.34% 1% -
XYZ 58.07 48.64 100.93 -
YUV 189.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 208 168 255 0.18 0.34 0 0 267.59 1 0.83
Hex D0 A8 FF 12 22 0 0 10C 64 53
Octal 320 250 377 22 42 0 0 414 144 123
Binary 11010000 10101000 11111111 10010 100010 0 0 100001100 1100100 1010011

Color Harmonies of #D0A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8FF

Black with #D0A8FF

Text Example


Text Example

White with #D0A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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