Html Css Color HEX #DAB8FF Mauve

📋 copy color: '#DAB8FF'

red 218 ◦ green 184 ◦ blue 255

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

Shades of Mauve #DAB8FF

Tints of Mauve #DAB8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.01%

 BLUE value IS 255 (100% from 255) = 38.81%

R = 33.18%
G = 28.01%
B = 38.81%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAB8FF (or 0xDAB8FF) is known color: Mauve. HEX triplet: DA, B8 and FF. RGB value is (218,184,255). Sum of RGB (Red+Green+Blue) = 218+184+255=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8FF is #254700. Grayscale: #CACACA. Windows color (decimal): -2443009 or 16759002. OLE color: 16759002.

HSL color Cylindrical-coordinate representation of color #DAB8FF: hue angle of 268.73º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB8FF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 184 255 -
CMYK 0.15 0.28 0 0
HSL 268.73º 1% 0.86% -
HSV(B) 268.73º 0.28% 1% -
XYZ 64.1 56.41 102.12 -
YUV 202.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 218 184 255 0.15 0.28 0 0 268.73 1 0.86
Hex DA B8 FF F 1C 0 0 10D 64 56
Octal 332 270 377 17 34 0 0 415 144 126
Binary 11011010 10111000 11111111 1111 11100 0 0 100001101 1100100 1010110

Color Harmonies of #DAB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8FF

Black with #DAB8FF

Text Example


Text Example

White with #DAB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8FF; }

 p { color: rgb(218,184,255); }

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

background-color css

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

 a { background-color: rgb(218,184,255); }

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

border-color css

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

 span { border-color: rgb(218,184,255); }

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