Html Css Color HEX #DAB1FF Mauve

📋 copy color: '#DAB1FF'

red 218 ◦ green 177 ◦ blue 255

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

Shades of Mauve #DAB1FF

Tints of Mauve #DAB1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.23%

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

R = 33.54%
G = 27.23%
B = 39.23%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAB1FF (or 0xDAB1FF) is known color: Mauve. HEX triplet: DA, B1 and FF. RGB value is (218,177,255). Sum of RGB (Red+Green+Blue) = 218+177+255=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1FF is #254E00. Grayscale: #C5C5C5. Windows color (decimal): -2444801 or 16757210. OLE color: 16757210.

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

Color convert

RGB 218 177 255 -
CMYK 0.15 0.31 0 0
HSL 271.54º 1% 0.85% -
HSV(B) 271.54º 0.31% 1% -
XYZ 62.69 53.57 101.64 -
YUV 198.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 218 177 255 0.15 0.31 0 0 271.54 1 0.85
Hex DA B1 FF F 1F 0 0 110 64 55
Octal 332 261 377 17 37 0 0 420 144 125
Binary 11011010 10110001 11111111 1111 11111 0 0 100010000 1100100 1010101

Color Harmonies of #DAB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1FF

Black with #DAB1FF

Text Example


Text Example

White with #DAB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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