Html Css Color HEX #DAB4EC Mauve

📋 copy color: '#DAB4EC'

red 218 ◦ green 180 ◦ blue 236

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

Shades of Mauve #DAB4EC

Tints of Mauve #DAB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.39%

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

R = 34.38%
G = 28.39%
B = 37.22%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAB4EC (or 0xDAB4EC) is known color: Mauve. HEX triplet: DA, B4 and EC. RGB value is (218,180,236). Sum of RGB (Red+Green+Blue) = 218+180+236=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4EC is #254B13. Grayscale: #C5C5C5. Windows color (decimal): -2444052 or 15512794. OLE color: 15512794.

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

Color convert

RGB 218 180 236 -
CMYK 0.08 0.24 0 0.07
HSL 280.71º 0.6% 0.82% -
HSV(B) 280.71º 0.24% 0.93% -
XYZ 60.38 53.6 86.52 -
YUV 197.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 218 180 236 0.08 0.24 0 0.07 280.71 0.6 0.82
Hex DA B4 EC 8 18 0 7 119 3C 52
Octal 332 264 354 10 30 0 7 431 74 122
Binary 11011010 10110100 11101100 1000 11000 0 111 100011001 111100 1010010

Color Harmonies of #DAB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4EC

Black with #DAB4EC

Text Example


Text Example

White with #DAB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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