Html Css Color HEX #DAB3EA Mauve

📋 copy color: '#DAB3EA'

red 218 ◦ green 179 ◦ blue 234

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

Shades of Mauve #DAB3EA

Tints of Mauve #DAB3EA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.37%

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 34.55%
G = 28.37%
B = 37.08%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAB3EA (or 0xDAB3EA) is known color: Mauve. HEX triplet: DA, B3 and EA. RGB value is (218,179,234). Sum of RGB (Red+Green+Blue) = 218+179+234=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3EA is #254C15. Grayscale: #C4C4C4. Windows color (decimal): -2444310 or 15381466. OLE color: 15381466.

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

Color convert

RGB 218 179 234 -
CMYK 0.07 0.24 0 0.08
HSL 282.55º 0.57% 0.81% -
HSV(B) 282.55º 0.24% 0.92% -
XYZ 59.88 53.09 84.93 -
YUV 196.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 218 179 234 0.07 0.24 0 0.08 282.55 0.57 0.81
Hex DA B3 EA 7 18 0 8 11B 39 51
Octal 332 263 352 7 30 0 10 433 71 121
Binary 11011010 10110011 11101010 111 11000 0 1000 100011011 111001 1010001

Color Harmonies of #DAB3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3EA

Black with #DAB3EA

Text Example


Text Example

White with #DAB3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3EA; }

 p { color: rgb(218,179,234); }

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

background-color css

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

 a { background-color: rgb(218,179,234); }

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

border-color css

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

 span { border-color: rgb(218,179,234); }

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