Html Css Color HEX #DABBF1 Mauve

📋 copy color: '#DABBF1'

red 218 ◦ green 187 ◦ blue 241

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

Shades of Mauve #DABBF1

Tints of Mauve #DABBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.31%

R = 33.75%
G = 28.95%
B = 37.31%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DABBF1 (or 0xDABBF1) is known color: Mauve. HEX triplet: DA, BB and F1. RGB value is (218,187,241). Sum of RGB (Red+Green+Blue) = 218+187+241=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #DABBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF1 is #25440E. Grayscale: #CACACA. Windows color (decimal): -2442255 or 15842266. OLE color: 15842266.

HSL color Cylindrical-coordinate representation of color #DABBF1: hue angle of 274.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABBF1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 187 241 -
CMYK 0.10 0.22 0 0.05
HSL 274.44º 0.66% 0.84% -
HSV(B) 274.44º 0.22% 0.95% -
XYZ 62.56 56.8 90.88 -
YUV 202.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 218 187 241 0.10 0.22 0 0.05 274.44 0.66 0.84
Hex DA BB F1 A 16 0 5 112 42 54
Octal 332 273 361 12 26 0 5 422 102 124
Binary 11011010 10111011 11110001 1010 10110 0 101 100010010 1000010 1010100

Color Harmonies of #DABBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBF1

Black with #DABBF1

Text Example


Text Example

White with #DABBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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