Html Css Color HEX #DAAFF5 Mauve

📋 copy color: '#DAAFF5'

red 218 ◦ green 175 ◦ blue 245

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

Shades of Mauve #DAAFF5

Tints of Mauve #DAAFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.4%

R = 34.17%
G = 27.43%
B = 38.4%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAAFF5 (or 0xDAAFF5) is known color: Mauve. HEX triplet: DA, AF and F5. RGB value is (218,175,245). Sum of RGB (Red+Green+Blue) = 218+175+245=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF5 is #25500A. Grayscale: #C3C3C3. Windows color (decimal): -2445323 or 16101338. OLE color: 16101338.

HSL color Cylindrical-coordinate representation of color #DAAFF5: hue angle of 276.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAAFF5 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 175 245 -
CMYK 0.11 0.29 0 0.04
HSL 276.86º 0.78% 0.82% -
HSV(B) 276.86º 0.29% 0.96% -
XYZ 60.72 52.16 93.25 -
YUV 195.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 218 175 245 0.11 0.29 0 0.04 276.86 0.78 0.82
Hex DA AF F5 B 1D 0 4 115 4E 52
Octal 332 257 365 13 35 0 4 425 116 122
Binary 11011010 10101111 11110101 1011 11101 0 100 100010101 1001110 1010010

Color Harmonies of #DAAFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFF5

Black with #DAAFF5

Text Example


Text Example

White with #DAAFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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