Html Css Color HEX #DABBFE Mauve

📋 copy color: '#DABBFE'

red 218 ◦ green 187 ◦ blue 254

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

Shades of Mauve #DABBFE

Tints of Mauve #DABBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 33.08%
G = 28.38%
B = 38.54%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DABBFE (or 0xDABBFE) is known color: Mauve. HEX triplet: DA, BB and FE. RGB value is (218,187,254). Sum of RGB (Red+Green+Blue) = 218+187+254=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #DABBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFE is #254401. Grayscale: #CBCBCB. Windows color (decimal): -2442242 or 16694234. OLE color: 16694234.

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

Color convert

RGB 218 187 254 -
CMYK 0.14 0.26 0 0.00
HSL 267.76º 0.97% 0.86% -
HSV(B) 267.76º 0.26% 1% -
XYZ 64.57 57.6 101.48 -
YUV 203.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 218 187 254 0.14 0.26 0 0.00 267.76 0.97 0.86
Hex DA BB FE E 1A 0 0 10C 61 56
Octal 332 273 376 16 32 0 0 414 141 126
Binary 11011010 10111011 11111110 1110 11010 0 0 100001100 1100001 1010110

Color Harmonies of #DABBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBFE

Black with #DABBFE

Text Example


Text Example

White with #DABBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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