Html Css Color HEX #DABBFC Mauve

📋 copy color: '#DABBFC'

red 218 ◦ green 187 ◦ blue 252

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

Shades of Mauve #DABBFC

Tints of Mauve #DABBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 33.18%
G = 28.46%
B = 38.36%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DABBFC (or 0xDABBFC) is known color: Mauve. HEX triplet: DA, BB and FC. RGB value is (218,187,252). Sum of RGB (Red+Green+Blue) = 218+187+252=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #DABBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFC is #254403. Grayscale: #CBCBCB. Windows color (decimal): -2442244 or 16563162. OLE color: 16563162.

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

Color convert

RGB 218 187 252 -
CMYK 0.13 0.26 0 0.01
HSL 268.62º 0.92% 0.86% -
HSV(B) 268.62º 0.26% 0.99% -
XYZ 64.25 57.47 99.8 -
YUV 203.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 218 187 252 0.13 0.26 0 0.01 268.62 0.92 0.86
Hex DA BB FC D 1A 0 1 10D 5C 56
Octal 332 273 374 15 32 0 1 415 134 126
Binary 11011010 10111011 11111100 1101 11010 0 1 100001101 1011100 1010110

Color Harmonies of #DABBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBFC

Black with #DABBFC

Text Example


Text Example

White with #DABBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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