Html Css Color HEX #DAB6EC Mauve

📋 copy color: '#DAB6EC'

red 218 ◦ green 182 ◦ blue 236

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

Shades of Mauve #DAB6EC

Tints of Mauve #DAB6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 34.28%
G = 28.62%
B = 37.11%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAB6EC (or 0xDAB6EC) is known color: Mauve. HEX triplet: DA, B6 and EC. RGB value is (218,182,236). Sum of RGB (Red+Green+Blue) = 218+182+236=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6EC is #254913. Grayscale: #C6C6C6. Windows color (decimal): -2443540 or 15513306. OLE color: 15513306.

HSL color Cylindrical-coordinate representation of color #DAB6EC: hue angle of 280º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB6EC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 182 236 -
CMYK 0.08 0.23 0 0.07
HSL 280º 0.59% 0.82% -
HSV(B) 280º 0.23% 0.93% -
XYZ 60.78 54.42 86.66 -
YUV 198.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 218 182 236 0.08 0.23 0 0.07 280 0.59 0.82
Hex DA B6 EC 8 17 0 7 118 3B 52
Octal 332 266 354 10 27 0 7 430 73 122
Binary 11011010 10110110 11101100 1000 10111 0 111 100011000 111011 1010010

Color Harmonies of #DAB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6EC

Black with #DAB6EC

Text Example


Text Example

White with #DAB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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