Html Css Color HEX #DAAEFF Mauve

📋 copy color: '#DAAEFF'

red 218 ◦ green 174 ◦ blue 255

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

Shades of Mauve #DAAEFF

Tints of Mauve #DAAEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.41%

R = 33.69%
G = 26.89%
B = 39.41%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAAEFF (or 0xDAAEFF) is known color: Mauve. HEX triplet: DA, AE and FF. RGB value is (218,174,255). Sum of RGB (Red+Green+Blue) = 218+174+255=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEFF is #255100. Grayscale: #C4C4C4. Windows color (decimal): -2445569 or 16756442. OLE color: 16756442.

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

Color convert

RGB 218 174 255 -
CMYK 0.15 0.32 0 0
HSL 272.59º 1% 0.84% -
HSV(B) 272.59º 0.32% 1% -
XYZ 62.1 52.4 101.45 -
YUV 196.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 218 174 255 0.15 0.32 0 0 272.59 1 0.84
Hex DA AE FF F 20 0 0 111 64 54
Octal 332 256 377 17 40 0 0 421 144 124
Binary 11011010 10101110 11111111 1111 100000 0 0 100010001 1100100 1010100

Color Harmonies of #DAAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEFF

Black with #DAAEFF

Text Example


Text Example

White with #DAAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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