Html Css Color HEX #DAADF8 Mauve

📋 copy color: '#DAADF8'

red 218 ◦ green 173 ◦ blue 248

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

Shades of Mauve #DAADF8

Tints of Mauve #DAADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.81%

R = 34.12%
G = 27.07%
B = 38.81%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAADF8 (or 0xDAADF8) is known color: Mauve. HEX triplet: DA, AD and F8. RGB value is (218,173,248). Sum of RGB (Red+Green+Blue) = 218+173+248=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF8 is #255207. Grayscale: #C2C2C2. Windows color (decimal): -2445832 or 16297434. OLE color: 16297434.

HSL color Cylindrical-coordinate representation of color #DAADF8: hue angle of 276º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAADF8 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 173 248 -
CMYK 0.12 0.30 0 0.03
HSL 276º 0.84% 0.83% -
HSV(B) 276º 0.3% 0.97% -
XYZ 60.8 51.57 95.56 -
YUV 195.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 218 173 248 0.12 0.30 0 0.03 276 0.84 0.83
Hex DA AD F8 C 1E 0 3 114 54 53
Octal 332 255 370 14 36 0 3 424 124 123
Binary 11011010 10101101 11111000 1100 11110 0 11 100010100 1010100 1010011

Color Harmonies of #DAADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADF8

Black with #DAADF8

Text Example


Text Example

White with #DAADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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