Html Css Color HEX #DAB7FA Mauve

📋 copy color: '#DAB7FA'

red 218 ◦ green 183 ◦ blue 250

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

Shades of Mauve #DAB7FA

Tints of Mauve #DAB7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.11%

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

R = 33.49%
G = 28.11%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAB7FA (or 0xDAB7FA) is known color: Mauve. HEX triplet: DA, B7 and FA. RGB value is (218,183,250). Sum of RGB (Red+Green+Blue) = 218+183+250=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7FA is #254805. Grayscale: #C8C8C8. Windows color (decimal): -2443270 or 16431066. OLE color: 16431066.

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

Color convert

RGB 218 183 250 -
CMYK 0.13 0.27 0 0.02
HSL 271.34º 0.87% 0.85% -
HSV(B) 271.34º 0.27% 0.98% -
XYZ 63.1 55.67 97.86 -
YUV 201.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 218 183 250 0.13 0.27 0 0.02 271.34 0.87 0.85
Hex DA B7 FA D 1B 0 2 10F 57 55
Octal 332 267 372 15 33 0 2 417 127 125
Binary 11011010 10110111 11111010 1101 11011 0 10 100001111 1010111 1010101

Color Harmonies of #DAB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7FA

Black with #DAB7FA

Text Example


Text Example

White with #DAB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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