Html Css Color HEX #DAAAEF Mauve

📋 copy color: '#DAAAEF'

red 218 ◦ green 170 ◦ blue 239

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

Shades of Mauve #DAAAEF

Tints of Mauve #DAAAEF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.11%

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 34.77%
G = 27.11%
B = 38.12%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAAAEF (or 0xDAAAEF) is known color: Mauve. HEX triplet: DA, AA and EF. RGB value is (218,170,239). Sum of RGB (Red+Green+Blue) = 218+170+239=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAEF is #255510. Grayscale: #BFBFBF. Windows color (decimal): -2446609 or 15706842. OLE color: 15706842.

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

Color convert

RGB 218 170 239 -
CMYK 0.09 0.29 0 0.06
HSL 281.74º 0.68% 0.8% -
HSV(B) 281.74º 0.29% 0.94% -
XYZ 58.87 49.89 88.19 -
YUV 192.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 218 170 239 0.09 0.29 0 0.06 281.74 0.68 0.8
Hex DA AA EF 9 1D 0 6 11A 44 50
Octal 332 252 357 11 35 0 6 432 104 120
Binary 11011010 10101010 11101111 1001 11101 0 110 100011010 1000100 1010000

Color Harmonies of #DAAAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAEF

Black with #DAAAEF

Text Example


Text Example

White with #DAAAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAEF; }

 p { color: rgb(218,170,239); }

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

background-color css

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

 a { background-color: rgb(218,170,239); }

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

border-color css

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

 span { border-color: rgb(218,170,239); }

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