Html Css Color HEX #DABBFB Mauve

📋 copy color: '#DABBFB'

red 218 ◦ green 187 ◦ blue 251

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

Shades of Mauve #DABBFB

Tints of Mauve #DABBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 33.23%
G = 28.51%
B = 38.26%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DABBFB (or 0xDABBFB) is known color: Mauve. HEX triplet: DA, BB and FB. RGB value is (218,187,251). Sum of RGB (Red+Green+Blue) = 218+187+251=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #DABBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFB is #254404. Grayscale: #CBCBCB. Windows color (decimal): -2442245 or 16497626. OLE color: 16497626.

HSL color Cylindrical-coordinate representation of color #DABBFB: hue angle of 269.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABBFB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 187 251 -
CMYK 0.13 0.25 0 0.02
HSL 269.06º 0.89% 0.86% -
HSV(B) 269.06º 0.25% 0.98% -
XYZ 64.1 57.41 98.97 -
YUV 203.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 218 187 251 0.13 0.25 0 0.02 269.06 0.89 0.86
Hex DA BB FB D 19 0 2 10D 59 56
Octal 332 273 373 15 31 0 2 415 131 126
Binary 11011010 10111011 11111011 1101 11001 0 10 100001101 1011001 1010110

Color Harmonies of #DABBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBFB

Black with #DABBFB

Text Example


Text Example

White with #DABBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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