Html Css Color HEX #DABBF0 Mauve

📋 copy color: '#DABBF0'

red 218 ◦ green 187 ◦ blue 240

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

Shades of Mauve #DABBF0

Tints of Mauve #DABBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.21%

R = 33.8%
G = 28.99%
B = 37.21%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DABBF0 (or 0xDABBF0) is known color: Mauve. HEX triplet: DA, BB and F0. RGB value is (218,187,240). Sum of RGB (Red+Green+Blue) = 218+187+240=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #DABBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF0 is #25440F. Grayscale: #CACACA. Windows color (decimal): -2442256 or 15776730. OLE color: 15776730.

HSL color Cylindrical-coordinate representation of color #DABBF0: hue angle of 275.09º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABBF0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 187 240 -
CMYK 0.09 0.22 0 0.06
HSL 275.09º 0.64% 0.84% -
HSV(B) 275.09º 0.22% 0.94% -
XYZ 62.41 56.74 90.1 -
YUV 202.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 218 187 240 0.09 0.22 0 0.06 275.09 0.64 0.84
Hex DA BB F0 9 16 0 6 113 40 54
Octal 332 273 360 11 26 0 6 423 100 124
Binary 11011010 10111011 11110000 1001 10110 0 110 100010011 1000000 1010100

Color Harmonies of #DABBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBF0

Black with #DABBF0

Text Example


Text Example

White with #DABBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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