Html Css Color HEX #DAA8F2 Mauve

📋 copy color: '#DAA8F2'

red 218 ◦ green 168 ◦ blue 242

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

Shades of Mauve #DAA8F2

Tints of Mauve #DAA8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 34.71%
G = 26.75%
B = 38.54%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAA8F2 (or 0xDAA8F2) is known color: Mauve. HEX triplet: DA, A8 and F2. RGB value is (218,168,242). Sum of RGB (Red+Green+Blue) = 218+168+242=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA8F2 is #25570D. Grayscale: #BFBFBF. Windows color (decimal): -2447118 or 15902938. OLE color: 15902938.

HSL color Cylindrical-coordinate representation of color #DAA8F2: hue angle of 280.54º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA8F2 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 168 242 -
CMYK 0.10 0.31 0 0.05
HSL 280.54º 0.74% 0.8% -
HSV(B) 280.54º 0.31% 0.95% -
XYZ 58.94 49.32 90.42 -
YUV 191.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 218 168 242 0.10 0.31 0 0.05 280.54 0.74 0.8
Hex DA A8 F2 A 1F 0 5 119 4A 50
Octal 332 250 362 12 37 0 5 431 112 120
Binary 11011010 10101000 11110010 1010 11111 0 101 100011001 1001010 1010000

Color Harmonies of #DAA8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA8F2

Black with #DAA8F2

Text Example


Text Example

White with #DAA8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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