Html Css Color HEX #DAAEEF Mauve

📋 copy color: '#DAAEEF'

red 218 ◦ green 174 ◦ blue 239

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

Shades of Mauve #DAAEEF

Tints of Mauve #DAAEEF

RGB

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

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

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

R = 34.55%
G = 27.58%
B = 37.88%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAAEEF (or 0xDAAEEF) is known color: Mauve. HEX triplet: DA, AE and EF. RGB value is (218,174,239). Sum of RGB (Red+Green+Blue) = 218+174+239=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEEF is #255110. Grayscale: #C2C2C2. Windows color (decimal): -2445585 or 15707866. OLE color: 15707866.

HSL color Cylindrical-coordinate representation of color #DAAEEF: hue angle of 280.62º degrees, saturation: 0.67, 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 #DAAEEF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 174 239 -
CMYK 0.09 0.27 0 0.06
HSL 280.62º 0.67% 0.81% -
HSV(B) 280.62º 0.27% 0.94% -
XYZ 59.63 51.41 88.44 -
YUV 194.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 218 174 239 0.09 0.27 0 0.06 280.62 0.67 0.81
Hex DA AE EF 9 1B 0 6 119 43 51
Octal 332 256 357 11 33 0 6 431 103 121
Binary 11011010 10101110 11101111 1001 11011 0 110 100011001 1000011 1010001

Color Harmonies of #DAAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEEF

Black with #DAAEEF

Text Example


Text Example

White with #DAAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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