Html Css Color HEX #DAB5EC Mauve

📋 copy color: '#DAB5EC'

red 218 ◦ green 181 ◦ blue 236

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

Shades of Mauve #DAB5EC

Tints of Mauve #DAB5EC

RGB

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

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

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

R = 34.33%
G = 28.5%
B = 37.17%

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

#DAB5EC (or 0xDAB5EC) is known color: Mauve. HEX triplet: DA, B5 and EC. RGB value is (218,181,236). Sum of RGB (Red+Green+Blue) = 218+181+236=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5EC is #254A13. Grayscale: #C6C6C6. Windows color (decimal): -2443796 or 15513050. OLE color: 15513050.

HSL color Cylindrical-coordinate representation of color #DAB5EC: hue angle of 280.36º 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 #DAB5EC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 181 236 -
CMYK 0.08 0.23 0 0.07
HSL 280.36º 0.59% 0.82% -
HSV(B) 280.36º 0.23% 0.93% -
XYZ 60.58 54.01 86.59 -
YUV 198.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 218 181 236 0.08 0.23 0 0.07 280.36 0.59 0.82
Hex DA B5 EC 8 17 0 7 118 3B 52
Octal 332 265 354 10 27 0 7 430 73 122
Binary 11011010 10110101 11101100 1000 10111 0 111 100011000 111011 1010010

Color Harmonies of #DAB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5EC

Black with #DAB5EC

Text Example


Text Example

White with #DAB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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