Html Css Color HEX #DABBF9 Mauve

📋 copy color: '#DABBF9'

red 218 ◦ green 187 ◦ blue 249

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

Shades of Mauve #DABBF9

Tints of Mauve #DABBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.07%

R = 33.33%
G = 28.59%
B = 38.07%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DABBF9 (or 0xDABBF9) is known color: Mauve. HEX triplet: DA, BB and F9. RGB value is (218,187,249). Sum of RGB (Red+Green+Blue) = 218+187+249=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #DABBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF9 is #254406. Grayscale: #CBCBCB. Windows color (decimal): -2442247 or 16366554. OLE color: 16366554.

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

Color convert

RGB 218 187 249 -
CMYK 0.12 0.25 0 0.02
HSL 270º 0.84% 0.85% -
HSV(B) 270º 0.25% 0.98% -
XYZ 63.78 57.29 97.32 -
YUV 203.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 218 187 249 0.12 0.25 0 0.02 270 0.84 0.85
Hex DA BB F9 C 19 0 2 10E 54 55
Octal 332 273 371 14 31 0 2 416 124 125
Binary 11011010 10111011 11111001 1100 11001 0 10 100001110 1010100 1010101

Color Harmonies of #DABBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBF9

Black with #DABBF9

Text Example


Text Example

White with #DABBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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