Html Css Color HEX #D0AAFD Mauve

📋 copy color: '#D0AAFD'

red 208 ◦ green 170 ◦ blue 253

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

Shades of Mauve #D0AAFD

Tints of Mauve #D0AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.94%

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 32.96%
G = 26.94%
B = 40.1%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0AAFD (or 0xD0AAFD) is known color: Mauve. HEX triplet: D0, AA and FD. RGB value is (208,170,253). Sum of RGB (Red+Green+Blue) = 208+170+253=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAFD is #2F5502. Grayscale: #BEBEBE. Windows color (decimal): -3101955 or 16624336. OLE color: 16624336.

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

Color convert

RGB 208 170 253 -
CMYK 0.18 0.33 0 0.01
HSL 267.47º 0.95% 0.83% -
HSV(B) 267.47º 0.33% 0.99% -
XYZ 58.12 49.25 99.37 -
YUV 190.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 208 170 253 0.18 0.33 0 0.01 267.47 0.95 0.83
Hex D0 AA FD 12 21 0 1 10B 5F 53
Octal 320 252 375 22 41 0 1 413 137 123
Binary 11010000 10101010 11111101 10010 100001 0 1 100001011 1011111 1010011

Color Harmonies of #D0AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AAFD

Black with #D0AAFD

Text Example


Text Example

White with #D0AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AAFD; }

 p { color: rgb(208,170,253); }

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

background-color css

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

 a { background-color: rgb(208,170,253); }

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

border-color css

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

 span { border-color: rgb(208,170,253); }

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