Html Css Color HEX #DAB3EE Mauve

📋 copy color: '#DAB3EE'

red 218 ◦ green 179 ◦ blue 238

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

Shades of Mauve #DAB3EE

Tints of Mauve #DAB3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 34.33%
G = 28.19%
B = 37.48%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAB3EE (or 0xDAB3EE) is known color: Mauve. HEX triplet: DA, B3 and EE. RGB value is (218,179,238). Sum of RGB (Red+Green+Blue) = 218+179+238=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3EE is #254C11. Grayscale: #C5C5C5. Windows color (decimal): -2444306 or 15643610. OLE color: 15643610.

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

Color convert

RGB 218 179 238 -
CMYK 0.08 0.25 0 0.07
HSL 279.66º 0.63% 0.82% -
HSV(B) 279.66º 0.25% 0.93% -
XYZ 60.47 53.32 87.99 -
YUV 197.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 218 179 238 0.08 0.25 0 0.07 279.66 0.63 0.82
Hex DA B3 EE 8 19 0 7 118 3F 52
Octal 332 263 356 10 31 0 7 430 77 122
Binary 11011010 10110011 11101110 1000 11001 0 111 100011000 111111 1010010

Color Harmonies of #DAB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3EE

Black with #DAB3EE

Text Example


Text Example

White with #DAB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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