Html Css Color HEX #DAADFB Mauve

📋 copy color: '#DAADFB'

red 218 ◦ green 173 ◦ blue 251

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

Shades of Mauve #DAADFB

Tints of Mauve #DAADFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.1%

R = 33.96%
G = 26.95%
B = 39.1%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAADFB (or 0xDAADFB) is known color: Mauve. HEX triplet: DA, AD and FB. RGB value is (218,173,251). Sum of RGB (Red+Green+Blue) = 218+173+251=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADFB is #255204. Grayscale: #C3C3C3. Windows color (decimal): -2445829 or 16494042. OLE color: 16494042.

HSL color Cylindrical-coordinate representation of color #DAADFB: hue angle of 274.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAADFB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 173 251 -
CMYK 0.13 0.31 0 0.02
HSL 274.62º 0.91% 0.83% -
HSV(B) 274.62º 0.31% 0.98% -
XYZ 61.27 51.76 98.03 -
YUV 195.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 218 173 251 0.13 0.31 0 0.02 274.62 0.91 0.83
Hex DA AD FB D 1F 0 2 113 5B 53
Octal 332 255 373 15 37 0 2 423 133 123
Binary 11011010 10101101 11111011 1101 11111 0 10 100010011 1011011 1010011

Color Harmonies of #DAADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADFB

Black with #DAADFB

Text Example


Text Example

White with #DAADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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