Html Css Color HEX #DAAFFE Mauve

📋 copy color: '#DAAFFE'

red 218 ◦ green 175 ◦ blue 254

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

Shades of Mauve #DAAFFE

Tints of Mauve #DAAFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 33.69%
G = 27.05%
B = 39.26%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAAFFE (or 0xDAAFFE) is known color: Mauve. HEX triplet: DA, AF and FE. RGB value is (218,175,254). Sum of RGB (Red+Green+Blue) = 218+175+254=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFFE is #255001. Grayscale: #C4C4C4. Windows color (decimal): -2445314 or 16691162. OLE color: 16691162.

HSL color Cylindrical-coordinate representation of color #DAAFFE: hue angle of 272.66º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAFFE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 175 254 -
CMYK 0.14 0.31 0 0.00
HSL 272.66º 0.98% 0.84% -
HSV(B) 272.66º 0.31% 1% -
XYZ 62.13 52.72 100.67 -
YUV 196.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 218 175 254 0.14 0.31 0 0.00 272.66 0.98 0.84
Hex DA AF FE E 1F 0 0 111 62 54
Octal 332 257 376 16 37 0 0 421 142 124
Binary 11011010 10101111 11111110 1110 11111 0 0 100010001 1100010 1010100

Color Harmonies of #DAAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFFE

Black with #DAAFFE

Text Example


Text Example

White with #DAAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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