Html Css Color HEX #DAA5ED Mauve

📋 copy color: '#DAA5ED'

red 218 ◦ green 165 ◦ blue 237

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

Shades of Mauve #DAA5ED

Tints of Mauve #DAA5ED

RGB

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

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

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

R = 35.16%
G = 26.61%
B = 38.23%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAA5ED (or 0xDAA5ED) is known color: Mauve. HEX triplet: DA, A5 and ED. RGB value is (218,165,237). Sum of RGB (Red+Green+Blue) = 218+165+237=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5ED is #255A12. Grayscale: #BCBCBC. Windows color (decimal): -2447891 or 15574490. OLE color: 15574490.

HSL color Cylindrical-coordinate representation of color #DAA5ED: hue angle of 284.17º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA5ED is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 165 237 -
CMYK 0.08 0.30 0 0.07
HSL 284.17º 0.67% 0.79% -
HSV(B) 284.17º 0.3% 0.93% -
XYZ 57.65 47.93 86.33 -
YUV 189.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 218 165 237 0.08 0.30 0 0.07 284.17 0.67 0.79
Hex DA A5 ED 8 1E 0 7 11C 43 4F
Octal 332 245 355 10 36 0 7 434 103 117
Binary 11011010 10100101 11101101 1000 11110 0 111 100011100 1000011 1001111

Color Harmonies of #DAA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5ED

Black with #DAA5ED

Text Example


Text Example

White with #DAA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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