Html Css Color HEX #DAB0FF Mauve

📋 copy color: '#DAB0FF'

red 218 ◦ green 176 ◦ blue 255

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

Shades of Mauve #DAB0FF

Tints of Mauve #DAB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.12%

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

R = 33.59%
G = 27.12%
B = 39.29%

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

#DAB0FF (or 0xDAB0FF) is known color: Mauve. HEX triplet: DA, B0 and FF. RGB value is (218,176,255). Sum of RGB (Red+Green+Blue) = 218+176+255=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0FF is #254F00. Grayscale: #C5C5C5. Windows color (decimal): -2445057 or 16756954. OLE color: 16756954.

HSL color Cylindrical-coordinate representation of color #DAB0FF: hue angle of 271.9º 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 #DAB0FF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 176 255 -
CMYK 0.15 0.31 0 0
HSL 271.9º 1% 0.85% -
HSV(B) 271.9º 0.31% 1% -
XYZ 62.49 53.18 101.58 -
YUV 197.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 218 176 255 0.15 0.31 0 0 271.9 1 0.85
Hex DA B0 FF F 1F 0 0 110 64 55
Octal 332 260 377 17 37 0 0 420 144 125
Binary 11011010 10110000 11111111 1111 11111 0 0 100010000 1100100 1010101

Color Harmonies of #DAB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0FF

Black with #DAB0FF

Text Example


Text Example

White with #DAB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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