Html Css Color HEX #DAAFF9 Mauve

📋 copy color: '#DAAFF9'

red 218 ◦ green 175 ◦ blue 249

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

Shades of Mauve #DAAFF9

Tints of Mauve #DAAFF9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.26%

 BLUE value IS 249 (97.66% from 255) = 38.79%

R = 33.96%
G = 27.26%
B = 38.79%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAAFF9 (or 0xDAAFF9) is known color: Mauve. HEX triplet: DA, AF and F9. RGB value is (218,175,249). Sum of RGB (Red+Green+Blue) = 218+175+249=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF9 is #255006. Grayscale: #C4C4C4. Windows color (decimal): -2445319 or 16363482. OLE color: 16363482.

HSL color Cylindrical-coordinate representation of color #DAAFF9: hue angle of 274.86º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAFF9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 175 249 -
CMYK 0.12 0.30 0 0.02
HSL 274.86º 0.86% 0.83% -
HSV(B) 274.86º 0.3% 0.98% -
XYZ 61.34 52.4 96.5 -
YUV 196.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 218 175 249 0.12 0.30 0 0.02 274.86 0.86 0.83
Hex DA AF F9 C 1E 0 2 113 56 53
Octal 332 257 371 14 36 0 2 423 126 123
Binary 11011010 10101111 11111001 1100 11110 0 10 100010011 1010110 1010011

Color Harmonies of #DAAFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFF9

Black with #DAAFF9

Text Example


Text Example

White with #DAAFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFF9; }

 p { color: rgb(218,175,249); }

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

background-color css

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

 a { background-color: rgb(218,175,249); }

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

border-color css

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

 span { border-color: rgb(218,175,249); }

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