Html Css Color HEX #DAAEE9 Mauve

📋 copy color: '#DAAEE9'

red 218 ◦ green 174 ◦ blue 233

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

Shades of Mauve #DAAEE9

Tints of Mauve #DAAEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 34.88%
G = 27.84%
B = 37.28%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAAEE9 (or 0xDAAEE9) is known color: Mauve. HEX triplet: DA, AE and E9. RGB value is (218,174,233). Sum of RGB (Red+Green+Blue) = 218+174+233=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEE9 is #255116. Grayscale: #C1C1C1. Windows color (decimal): -2445591 or 15314650. OLE color: 15314650.

HSL color Cylindrical-coordinate representation of color #DAAEE9: hue angle of 284.75º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAAEE9 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 174 233 -
CMYK 0.06 0.25 0 0.09
HSL 284.75º 0.57% 0.8% -
HSV(B) 284.75º 0.25% 0.91% -
XYZ 58.76 51.06 83.85 -
YUV 193.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 218 174 233 0.06 0.25 0 0.09 284.75 0.57 0.8
Hex DA AE E9 6 19 0 9 11D 39 50
Octal 332 256 351 6 31 0 11 435 71 120
Binary 11011010 10101110 11101001 110 11001 0 1001 100011101 111001 1010000

Color Harmonies of #DAAEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEE9

Black with #DAAEE9

Text Example


Text Example

White with #DAAEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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