Html Css Color HEX #DAB9EF Mauve

📋 copy color: '#DAB9EF'

red 218 ◦ green 185 ◦ blue 239

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

Shades of Mauve #DAB9EF

Tints of Mauve #DAB9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.82%

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

R = 33.96%
G = 28.82%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAB9EF (or 0xDAB9EF) is known color: Mauve. HEX triplet: DA, B9 and EF. RGB value is (218,185,239). Sum of RGB (Red+Green+Blue) = 218+185+239=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9EF is #254610. Grayscale: #C8C8C8. Windows color (decimal): -2442769 or 15710682. OLE color: 15710682.

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

Color convert

RGB 218 185 239 -
CMYK 0.09 0.23 0 0.06
HSL 276.67º 0.63% 0.83% -
HSV(B) 276.67º 0.23% 0.94% -
XYZ 61.84 55.84 89.18 -
YUV 201.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 218 185 239 0.09 0.23 0 0.06 276.67 0.63 0.83
Hex DA B9 EF 9 17 0 6 115 3F 53
Octal 332 271 357 11 27 0 6 425 77 123
Binary 11011010 10111001 11101111 1001 10111 0 110 100010101 111111 1010011

Color Harmonies of #DAB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9EF

Black with #DAB9EF

Text Example


Text Example

White with #DAB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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