Html Css Color HEX #DAB6F8 Mauve

📋 copy color: '#DAB6F8'

red 218 ◦ green 182 ◦ blue 248

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

Shades of Mauve #DAB6F8

Tints of Mauve #DAB6F8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.09%

 BLUE value IS 248 (97.27% from 255) = 38.27%

R = 33.64%
G = 28.09%
B = 38.27%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAB6F8 (or 0xDAB6F8) is known color: Mauve. HEX triplet: DA, B6 and F8. RGB value is (218,182,248). Sum of RGB (Red+Green+Blue) = 218+182+248=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 182 (71.48% from 255 or 28.09% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAB6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6F8 is #254907. Grayscale: #C8C8C8. Windows color (decimal): -2443528 or 16299738. OLE color: 16299738.

HSL color Cylindrical-coordinate representation of color #DAB6F8: hue angle of 272.73º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB6F8 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 182 248 -
CMYK 0.12 0.27 0 0.03
HSL 272.73º 0.83% 0.84% -
HSV(B) 272.73º 0.27% 0.97% -
XYZ 62.58 55.14 96.15 -
YUV 200.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 218 182 248 0.12 0.27 0 0.03 272.73 0.83 0.84
Hex DA B6 F8 C 1B 0 3 111 52 54
Octal 332 266 370 14 33 0 3 421 122 124
Binary 11011010 10110110 11111000 1100 11011 0 11 100010001 1010010 1010100

Color Harmonies of #DAB6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6F8

Black with #DAB6F8

Text Example


Text Example

White with #DAB6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6F8; }

 p { color: rgb(218,182,248); }

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

background-color css

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

 a { background-color: rgb(218,182,248); }

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

border-color css

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

 span { border-color: rgb(218,182,248); }

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