Html Css Color HEX #DABAFF Mauve

📋 copy color: '#DABAFF'

red 218 ◦ green 186 ◦ blue 255

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

Shades of Mauve #DABAFF

Tints of Mauve #DABAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.22%

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

R = 33.08%
G = 28.22%
B = 38.69%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DABAFF (or 0xDABAFF) is known color: Mauve. HEX triplet: DA, BA and FF. RGB value is (218,186,255). Sum of RGB (Red+Green+Blue) = 218+186+255=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAFF is #254500. Grayscale: #CBCBCB. Windows color (decimal): -2442497 or 16759514. OLE color: 16759514.

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

Color convert

RGB 218 186 255 -
CMYK 0.15 0.27 0 0
HSL 267.83º 1% 0.86% -
HSV(B) 267.83º 0.27% 1% -
XYZ 64.52 57.24 102.26 -
YUV 203.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 218 186 255 0.15 0.27 0 0 267.83 1 0.86
Hex DA BA FF F 1B 0 0 10C 64 56
Octal 332 272 377 17 33 0 0 414 144 126
Binary 11011010 10111010 11111111 1111 11011 0 0 100001100 1100100 1010110

Color Harmonies of #DABAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAFF

Black with #DABAFF

Text Example


Text Example

White with #DABAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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