Html Css Color HEX #DAADF2 Mauve

📋 copy color: '#DAADF2'

red 218 ◦ green 173 ◦ blue 242

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

Shades of Mauve #DAADF2

Tints of Mauve #DAADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 34.44%
G = 27.33%
B = 38.23%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAADF2 (or 0xDAADF2) is known color: Mauve. HEX triplet: DA, AD and F2. RGB value is (218,173,242). Sum of RGB (Red+Green+Blue) = 218+173+242=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF2 is #25520D. Grayscale: #C2C2C2. Windows color (decimal): -2445838 or 15904218. OLE color: 15904218.

HSL color Cylindrical-coordinate representation of color #DAADF2: hue angle of 279.13º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAADF2 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 173 242 -
CMYK 0.10 0.29 0 0.05
HSL 279.13º 0.73% 0.81% -
HSV(B) 279.13º 0.29% 0.95% -
XYZ 59.88 51.2 90.73 -
YUV 194.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 218 173 242 0.10 0.29 0 0.05 279.13 0.73 0.81
Hex DA AD F2 A 1D 0 5 117 49 51
Octal 332 255 362 12 35 0 5 427 111 121
Binary 11011010 10101101 11110010 1010 11101 0 101 100010111 1001001 1010001

Color Harmonies of #DAADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADF2

Black with #DAADF2

Text Example


Text Example

White with #DAADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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