Html Css Color HEX #DABBF7 Mauve

📋 copy color: '#DABBF7'

red 218 ◦ green 187 ◦ blue 247

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

Shades of Mauve #DABBF7

Tints of Mauve #DABBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.88%

R = 33.44%
G = 28.68%
B = 37.88%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DABBF7 (or 0xDABBF7) is known color: Mauve. HEX triplet: DA, BB and F7. RGB value is (218,187,247). Sum of RGB (Red+Green+Blue) = 218+187+247=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #DABBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF7 is #254408. Grayscale: #CACACA. Windows color (decimal): -2442249 or 16235482. OLE color: 16235482.

HSL color Cylindrical-coordinate representation of color #DABBF7: hue angle of 271º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABBF7 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 187 247 -
CMYK 0.12 0.24 0 0.03
HSL 271º 0.79% 0.85% -
HSV(B) 271º 0.24% 0.97% -
XYZ 63.47 57.16 95.68 -
YUV 203.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 218 187 247 0.12 0.24 0 0.03 271 0.79 0.85
Hex DA BB F7 C 18 0 3 10F 4F 55
Octal 332 273 367 14 30 0 3 417 117 125
Binary 11011010 10111011 11110111 1100 11000 0 11 100001111 1001111 1010101

Color Harmonies of #DABBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBF7

Black with #DABBF7

Text Example


Text Example

White with #DABBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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