Html Css Color HEX #DAAFF7 Mauve

📋 copy color: '#DAAFF7'

red 218 ◦ green 175 ◦ blue 247

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

Shades of Mauve #DAAFF7

Tints of Mauve #DAAFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.59%

R = 34.06%
G = 27.34%
B = 38.59%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAAFF7 (or 0xDAAFF7) is known color: Mauve. HEX triplet: DA, AF and F7. RGB value is (218,175,247). Sum of RGB (Red+Green+Blue) = 218+175+247=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF7 is #255008. Grayscale: #C3C3C3. Windows color (decimal): -2445321 or 16232410. OLE color: 16232410.

HSL color Cylindrical-coordinate representation of color #DAAFF7: hue angle of 275.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAAFF7 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 175 247 -
CMYK 0.12 0.29 0 0.03
HSL 275.83º 0.82% 0.83% -
HSV(B) 275.83º 0.29% 0.97% -
XYZ 61.03 52.28 94.87 -
YUV 196.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 218 175 247 0.12 0.29 0 0.03 275.83 0.82 0.83
Hex DA AF F7 C 1D 0 3 114 52 53
Octal 332 257 367 14 35 0 3 424 122 123
Binary 11011010 10101111 11110111 1100 11101 0 11 100010100 1010010 1010011

Color Harmonies of #DAAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFF7

Black with #DAAFF7

Text Example


Text Example

White with #DAAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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