Html Css Color HEX #DABAFD Mauve

📋 copy color: '#DABAFD'

red 218 ◦ green 186 ◦ blue 253

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

Shades of Mauve #DABAFD

Tints of Mauve #DABAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.51%

R = 33.18%
G = 28.31%
B = 38.51%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DABAFD (or 0xDABAFD) is known color: Mauve. HEX triplet: DA, BA and FD. RGB value is (218,186,253). Sum of RGB (Red+Green+Blue) = 218+186+253=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAFD is #254502. Grayscale: #CACACA. Windows color (decimal): -2442499 or 16628442. OLE color: 16628442.

HSL color Cylindrical-coordinate representation of color #DABAFD: hue angle of 268.66º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABAFD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 186 253 -
CMYK 0.14 0.26 0 0.01
HSL 268.66º 0.94% 0.86% -
HSV(B) 268.66º 0.26% 0.99% -
XYZ 64.2 57.12 100.57 -
YUV 203.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 218 186 253 0.14 0.26 0 0.01 268.66 0.94 0.86
Hex DA BA FD E 1A 0 1 10D 5E 56
Octal 332 272 375 16 32 0 1 415 136 126
Binary 11011010 10111010 11111101 1110 11010 0 1 100001101 1011110 1010110

Color Harmonies of #DABAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAFD

Black with #DABAFD

Text Example


Text Example

White with #DABAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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