Html Css Color HEX #DAA8FD Mauve

📋 copy color: '#DAA8FD'

red 218 ◦ green 168 ◦ blue 253

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

Shades of Mauve #DAA8FD

Tints of Mauve #DAA8FD

RGB

 RED value IS 218 (85.55% from 255) = 34.12%

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

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

R = 34.12%
G = 26.29%
B = 39.59%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAA8FD (or 0xDAA8FD) is known color: Mauve. HEX triplet: DA, A8 and FD. RGB value is (218,168,253). Sum of RGB (Red+Green+Blue) = 218+168+253=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA8FD is #255702. Grayscale: #C0C0C0. Windows color (decimal): -2447107 or 16623834. OLE color: 16623834.

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

Color convert

RGB 218 168 253 -
CMYK 0.14 0.34 0 0.01
HSL 275.29º 0.96% 0.83% -
HSV(B) 275.29º 0.34% 0.99% -
XYZ 60.65 50 99.38 -
YUV 192.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 218 168 253 0.14 0.34 0 0.01 275.29 0.96 0.83
Hex DA A8 FD E 22 0 1 113 60 53
Octal 332 250 375 16 42 0 1 423 140 123
Binary 11011010 10101000 11111101 1110 100010 0 1 100010011 1100000 1010011

Color Harmonies of #DAA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA8FD

Black with #DAA8FD

Text Example


Text Example

White with #DAA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA8FD; }

 p { color: rgb(218,168,253); }

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

background-color css

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

 a { background-color: rgb(218,168,253); }

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

border-color css

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

 span { border-color: rgb(218,168,253); }

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