Html Css Color HEX #DAB5EF Mauve

📋 copy color: '#DAB5EF'

red 218 ◦ green 181 ◦ blue 239

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

Shades of Mauve #DAB5EF

Tints of Mauve #DAB5EF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.37%

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 34.17%
G = 28.37%
B = 37.46%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAB5EF (or 0xDAB5EF) is known color: Mauve. HEX triplet: DA, B5 and EF. RGB value is (218,181,239). Sum of RGB (Red+Green+Blue) = 218+181+239=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5EF is #254A10. Grayscale: #C6C6C6. Windows color (decimal): -2443793 or 15709658. OLE color: 15709658.

HSL color Cylindrical-coordinate representation of color #DAB5EF: hue angle of 278.28º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB5EF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 181 239 -
CMYK 0.09 0.24 0 0.06
HSL 278.28º 0.64% 0.82% -
HSV(B) 278.28º 0.24% 0.94% -
XYZ 61.02 54.19 88.9 -
YUV 198.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 218 181 239 0.09 0.24 0 0.06 278.28 0.64 0.82
Hex DA B5 EF 9 18 0 6 116 40 52
Octal 332 265 357 11 30 0 6 426 100 122
Binary 11011010 10110101 11101111 1001 11000 0 110 100010110 1000000 1010010

Color Harmonies of #DAB5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5EF

Black with #DAB5EF

Text Example


Text Example

White with #DAB5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5EF; }

 p { color: rgb(218,181,239); }

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

background-color css

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

 a { background-color: rgb(218,181,239); }

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

border-color css

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

 span { border-color: rgb(218,181,239); }

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