Html Css Color HEX #DAB6FF Mauve

📋 copy color: '#DAB6FF'

red 218 ◦ green 182 ◦ blue 255

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

Shades of Mauve #DAB6FF

Tints of Mauve #DAB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.79%

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

R = 33.28%
G = 27.79%
B = 38.93%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAB6FF (or 0xDAB6FF) is known color: Mauve. HEX triplet: DA, B6 and FF. RGB value is (218,182,255). Sum of RGB (Red+Green+Blue) = 218+182+255=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6FF is #254900. Grayscale: #C8C8C8. Windows color (decimal): -2443521 or 16758490. OLE color: 16758490.

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

Color convert

RGB 218 182 255 -
CMYK 0.15 0.29 0 0
HSL 269.59º 1% 0.86% -
HSV(B) 269.59º 0.29% 1% -
XYZ 63.69 55.58 101.98 -
YUV 201.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 218 182 255 0.15 0.29 0 0 269.59 1 0.86
Hex DA B6 FF F 1D 0 0 10E 64 56
Octal 332 266 377 17 35 0 0 416 144 126
Binary 11011010 10110110 11111111 1111 11101 0 0 100001110 1100100 1010110

Color Harmonies of #DAB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6FF

Black with #DAB6FF

Text Example


Text Example

White with #DAB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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