Html Css Color HEX #DAA2FE Mauve

📋 copy color: '#DAA2FE'

red 218 ◦ green 162 ◦ blue 254

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

Shades of Mauve #DAA2FE

Tints of Mauve #DAA2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.55%

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

R = 34.38%
G = 25.55%
B = 40.06%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAA2FE (or 0xDAA2FE) is known color: Mauve. HEX triplet: DA, A2 and FE. RGB value is (218,162,254). Sum of RGB (Red+Green+Blue) = 218+162+254=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2FE is #255D01. Grayscale: #BCBCBC. Windows color (decimal): -2448642 or 16687834. OLE color: 16687834.

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

Color convert

RGB 218 162 254 -
CMYK 0.14 0.36 0 0.00
HSL 276.52º 0.98% 0.82% -
HSV(B) 276.52º 0.36% 1% -
XYZ 59.72 47.9 99.86 -
YUV 189.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 218 162 254 0.14 0.36 0 0.00 276.52 0.98 0.82
Hex DA A2 FE E 24 0 0 115 62 52
Octal 332 242 376 16 44 0 0 425 142 122
Binary 11011010 10100010 11111110 1110 100100 0 0 100010101 1100010 1010010

Color Harmonies of #DAA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2FE

Black with #DAA2FE

Text Example


Text Example

White with #DAA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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