Html Css Color HEX #DAADF0 Mauve

📋 copy color: '#DAADF0'

red 218 ◦ green 173 ◦ blue 240

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

Shades of Mauve #DAADF0

Tints of Mauve #DAADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.42%

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

R = 34.55%
G = 27.42%
B = 38.03%

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

#DAADF0 (or 0xDAADF0) is known color: Mauve. HEX triplet: DA, AD and F0. RGB value is (218,173,240). Sum of RGB (Red+Green+Blue) = 218+173+240=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF0 is #25520F. Grayscale: #C1C1C1. Windows color (decimal): -2445840 or 15773146. OLE color: 15773146.

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

Color convert

RGB 218 173 240 -
CMYK 0.09 0.28 0 0.06
HSL 280.3º 0.69% 0.81% -
HSV(B) 280.3º 0.28% 0.94% -
XYZ 59.59 51.08 89.16 -
YUV 194.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 218 173 240 0.09 0.28 0 0.06 280.3 0.69 0.81
Hex DA AD F0 9 1C 0 6 118 45 51
Octal 332 255 360 11 34 0 6 430 105 121
Binary 11011010 10101101 11110000 1001 11100 0 110 100011000 1000101 1010001

Color Harmonies of #DAADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADF0

Black with #DAADF0

Text Example


Text Example

White with #DAADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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