Html Css Color HEX #DAAEF0 Mauve

📋 copy color: '#DAAEF0'

red 218 ◦ green 174 ◦ blue 240

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

Shades of Mauve #DAAEF0

Tints of Mauve #DAAEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.97%

R = 34.49%
G = 27.53%
B = 37.97%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAAEF0 (or 0xDAAEF0) is known color: Mauve. HEX triplet: DA, AE and F0. RGB value is (218,174,240). Sum of RGB (Red+Green+Blue) = 218+174+240=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAAEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEF0 is #25510F. Grayscale: #C2C2C2. Windows color (decimal): -2445584 or 15773402. OLE color: 15773402.

HSL color Cylindrical-coordinate representation of color #DAAEF0: hue angle of 280º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAAEF0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 174 240 -
CMYK 0.09 0.28 0 0.06
HSL 280º 0.69% 0.81% -
HSV(B) 280º 0.28% 0.94% -
XYZ 59.78 51.47 89.22 -
YUV 194.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 218 174 240 0.09 0.28 0 0.06 280 0.69 0.81
Hex DA AE F0 9 1C 0 6 118 45 51
Octal 332 256 360 11 34 0 6 430 105 121
Binary 11011010 10101110 11110000 1001 11100 0 110 100011000 1000101 1010001

Color Harmonies of #DAAEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEF0

Black with #DAAEF0

Text Example


Text Example

White with #DAAEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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