Html Css Color HEX #D0A8FC Mauve

📋 copy color: '#D0A8FC'

red 208 ◦ green 168 ◦ blue 252

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

Shades of Mauve #D0A8FC

Tints of Mauve #D0A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.13%

R = 33.12%
G = 26.75%
B = 40.13%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0A8FC (or 0xD0A8FC) is known color: Mauve. HEX triplet: D0, A8 and FC. RGB value is (208,168,252). Sum of RGB (Red+Green+Blue) = 208+168+252=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A8FC is #2F5703. Grayscale: #BDBDBD. Windows color (decimal): -3102468 or 16558288. OLE color: 16558288.

HSL color Cylindrical-coordinate representation of color #D0A8FC: hue angle of 268.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A8FC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 168 252 -
CMYK 0.17 0.33 0 0.01
HSL 268.57º 0.93% 0.82% -
HSV(B) 268.57º 0.33% 0.99% -
XYZ 57.59 48.44 98.41 -
YUV 189.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 208 168 252 0.17 0.33 0 0.01 268.57 0.93 0.82
Hex D0 A8 FC 11 21 0 1 10D 5D 52
Octal 320 250 374 21 41 0 1 415 135 122
Binary 11010000 10101000 11111100 10001 100001 0 1 100001101 1011101 1010010

Color Harmonies of #D0A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8FC

Black with #D0A8FC

Text Example


Text Example

White with #D0A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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