Html Css Color HEX #DABBFD Mauve

📋 copy color: '#DABBFD'

red 218 ◦ green 187 ◦ blue 253

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

Shades of Mauve #DABBFD

Tints of Mauve #DABBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.42%

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

R = 33.13%
G = 28.42%
B = 38.45%

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

#DABBFD (or 0xDABBFD) is known color: Mauve. HEX triplet: DA, BB and FD. RGB value is (218,187,253). Sum of RGB (Red+Green+Blue) = 218+187+253=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFD is #254402. Grayscale: #CBCBCB. Windows color (decimal): -2442243 or 16628698. OLE color: 16628698.

HSL color Cylindrical-coordinate representation of color #DABBFD: hue angle of 268.18º 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 #DABBFD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 187 253 -
CMYK 0.14 0.26 0 0.01
HSL 268.18º 0.94% 0.86% -
HSV(B) 268.18º 0.26% 0.99% -
XYZ 64.41 57.54 100.64 -
YUV 203.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 218 187 253 0.14 0.26 0 0.01 268.18 0.94 0.86
Hex DA BB FD E 1A 0 1 10C 5E 56
Octal 332 273 375 16 32 0 1 414 136 126
Binary 11011010 10111011 11111101 1110 11010 0 1 100001100 1011110 1010110

Color Harmonies of #DABBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBFD

Black with #DABBFD

Text Example


Text Example

White with #DABBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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