Html Css Color HEX #DAA5FE Mauve

📋 copy color: '#DAA5FE'

red 218 ◦ green 165 ◦ blue 254

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

Shades of Mauve #DAA5FE

Tints of Mauve #DAA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.9%

 BLUE value IS 254 (99.61% from 255) = 39.87%

R = 34.22%
G = 25.9%
B = 39.87%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAA5FE (or 0xDAA5FE) is known color: Mauve. HEX triplet: DA, A5 and FE. RGB value is (218,165,254). Sum of RGB (Red+Green+Blue) = 218+165+254=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5FE is #255A01. Grayscale: #BEBEBE. Windows color (decimal): -2447874 or 16688602. OLE color: 16688602.

HSL color Cylindrical-coordinate representation of color #DAA5FE: hue angle of 275.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA5FE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 165 254 -
CMYK 0.14 0.35 0 0.00
HSL 275.73º 0.98% 0.82% -
HSV(B) 275.73º 0.35% 1% -
XYZ 60.26 48.97 100.04 -
YUV 190.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 218 165 254 0.14 0.35 0 0.00 275.73 0.98 0.82
Hex DA A5 FE E 23 0 0 114 62 52
Octal 332 245 376 16 43 0 0 424 142 122
Binary 11011010 10100101 11111110 1110 100011 0 0 100010100 1100010 1010010

Color Harmonies of #DAA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5FE

Black with #DAA5FE

Text Example


Text Example

White with #DAA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5FE; }

 p { color: rgb(218,165,254); }

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

background-color css

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

 a { background-color: rgb(218,165,254); }

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

border-color css

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

 span { border-color: rgb(218,165,254); }

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