Html Css Color HEX #DAB9FF Mauve

📋 copy color: '#DAB9FF'

red 218 ◦ green 185 ◦ blue 255

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

Shades of Mauve #DAB9FF

Tints of Mauve #DAB9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.12%

 BLUE value IS 255 (100% from 255) = 38.75%

R = 33.13%
G = 28.12%
B = 38.75%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAB9FF (or 0xDAB9FF) is known color: Mauve. HEX triplet: DA, B9 and FF. RGB value is (218,185,255). Sum of RGB (Red+Green+Blue) = 218+185+255=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9FF is #254600. Grayscale: #CACACA. Windows color (decimal): -2442753 or 16759258. OLE color: 16759258.

HSL color Cylindrical-coordinate representation of color #DAB9FF: hue angle of 268.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB9FF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 185 255 -
CMYK 0.15 0.27 0 0
HSL 268.29º 1% 0.86% -
HSV(B) 268.29º 0.27% 1% -
XYZ 64.31 56.82 102.19 -
YUV 202.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 218 185 255 0.15 0.27 0 0 268.29 1 0.86
Hex DA B9 FF F 1B 0 0 10C 64 56
Octal 332 271 377 17 33 0 0 414 144 126
Binary 11011010 10111001 11111111 1111 11011 0 0 100001100 1100100 1010110

Color Harmonies of #DAB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9FF

Black with #DAB9FF

Text Example


Text Example

White with #DAB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9FF; }

 p { color: rgb(218,185,255); }

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

background-color css

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

 a { background-color: rgb(218,185,255); }

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

border-color css

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

 span { border-color: rgb(218,185,255); }

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