Html Css Color HEX #DAB9FA Mauve

📋 copy color: '#DAB9FA'

red 218 ◦ green 185 ◦ blue 250

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

Shades of Mauve #DAB9FA

Tints of Mauve #DAB9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 33.38%
G = 28.33%
B = 38.28%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAB9FA (or 0xDAB9FA) is known color: Mauve. HEX triplet: DA, B9 and FA. RGB value is (218,185,250). Sum of RGB (Red+Green+Blue) = 218+185+250=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9FA is #254605. Grayscale: #CACACA. Windows color (decimal): -2442758 or 16431578. OLE color: 16431578.

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

Color convert

RGB 218 185 250 -
CMYK 0.13 0.26 0 0.02
HSL 270.46º 0.87% 0.85% -
HSV(B) 270.46º 0.26% 0.98% -
XYZ 63.52 56.51 98 -
YUV 202.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 218 185 250 0.13 0.26 0 0.02 270.46 0.87 0.85
Hex DA B9 FA D 1A 0 2 10E 57 55
Octal 332 271 372 15 32 0 2 416 127 125
Binary 11011010 10111001 11111010 1101 11010 0 10 100001110 1010111 1010101

Color Harmonies of #DAB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9FA

Black with #DAB9FA

Text Example


Text Example

White with #DAB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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