Html Css Color HEX #DAAEF9 Mauve

📋 copy color: '#DAAEF9'

red 218 ◦ green 174 ◦ blue 249

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

Shades of Mauve #DAAEF9

Tints of Mauve #DAAEF9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.15%

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

R = 34.01%
G = 27.15%
B = 38.85%

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

#DAAEF9 (or 0xDAAEF9) is known color: Mauve. HEX triplet: DA, AE and F9. RGB value is (218,174,249). Sum of RGB (Red+Green+Blue) = 218+174+249=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAAEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEF9 is #255106. Grayscale: #C3C3C3. Windows color (decimal): -2445575 or 16363226. OLE color: 16363226.

HSL color Cylindrical-coordinate representation of color #DAAEF9: hue angle of 275.2º 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 #DAAEF9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 174 249 -
CMYK 0.12 0.30 0 0.02
HSL 275.2º 0.86% 0.83% -
HSV(B) 275.2º 0.3% 0.98% -
XYZ 61.15 52.02 96.44 -
YUV 195.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 218 174 249 0.12 0.30 0 0.02 275.2 0.86 0.83
Hex DA AE F9 C 1E 0 2 113 56 53
Octal 332 256 371 14 36 0 2 423 126 123
Binary 11011010 10101110 11111001 1100 11110 0 10 100010011 1010110 1010011

Color Harmonies of #DAAEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEF9

Black with #DAAEF9

Text Example


Text Example

White with #DAAEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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