Html Css Color HEX #DAA9ED Mauve

📋 copy color: '#DAA9ED'

red 218 ◦ green 169 ◦ blue 237

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

Shades of Mauve #DAA9ED

Tints of Mauve #DAA9ED

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.08%

 BLUE value IS 237 (92.97% from 255) = 37.98%

R = 34.94%
G = 27.08%
B = 37.98%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAA9ED (or 0xDAA9ED) is known color: Mauve. HEX triplet: DA, A9 and ED. RGB value is (218,169,237). Sum of RGB (Red+Green+Blue) = 218+169+237=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAA9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9ED is #255612. Grayscale: #BFBFBF. Windows color (decimal): -2446867 or 15575514. OLE color: 15575514.

HSL color Cylindrical-coordinate representation of color #DAA9ED: hue angle of 283.24º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA9ED is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 169 237 -
CMYK 0.08 0.29 0 0.07
HSL 283.24º 0.65% 0.8% -
HSV(B) 283.24º 0.29% 0.93% -
XYZ 58.39 49.4 86.58 -
YUV 191.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 218 169 237 0.08 0.29 0 0.07 283.24 0.65 0.8
Hex DA A9 ED 8 1D 0 7 11B 41 50
Octal 332 251 355 10 35 0 7 433 101 120
Binary 11011010 10101001 11101101 1000 11101 0 111 100011011 1000001 1010000

Color Harmonies of #DAA9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9ED

Black with #DAA9ED

Text Example


Text Example

White with #DAA9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9ED; }

 p { color: rgb(218,169,237); }

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

background-color css

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

 a { background-color: rgb(218,169,237); }

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

border-color css

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

 span { border-color: rgb(218,169,237); }

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