Html Css Color HEX #DAAAFB Mauve

📋 copy color: '#DAAAFB'

red 218 ◦ green 170 ◦ blue 251

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

Shades of Mauve #DAAAFB

Tints of Mauve #DAAAFB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.6%

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

R = 34.12%
G = 26.6%
B = 39.28%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAAAFB (or 0xDAAAFB) is known color: Mauve. HEX triplet: DA, AA and FB. RGB value is (218,170,251). Sum of RGB (Red+Green+Blue) = 218+170+251=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFB is #255504. Grayscale: #C1C1C1. Windows color (decimal): -2446597 or 16493274. OLE color: 16493274.

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

Color convert

RGB 218 170 251 -
CMYK 0.13 0.32 0 0.02
HSL 275.56º 0.91% 0.83% -
HSV(B) 275.56º 0.32% 0.98% -
XYZ 60.7 50.62 97.84 -
YUV 193.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 218 170 251 0.13 0.32 0 0.02 275.56 0.91 0.83
Hex DA AA FB D 20 0 2 114 5B 53
Octal 332 252 373 15 40 0 2 424 133 123
Binary 11011010 10101010 11111011 1101 100000 0 10 100010100 1011011 1010011

Color Harmonies of #DAAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAFB

Black with #DAAAFB

Text Example


Text Example

White with #DAAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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