Html Css Color HEX #DABBF2 Mauve

📋 copy color: '#DABBF2'

red 218 ◦ green 187 ◦ blue 242

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

Shades of Mauve #DABBF2

Tints of Mauve #DABBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 33.69%
G = 28.9%
B = 37.4%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DABBF2 (or 0xDABBF2) is known color: Mauve. HEX triplet: DA, BB and F2. RGB value is (218,187,242). Sum of RGB (Red+Green+Blue) = 218+187+242=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #DABBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF2 is #25440D. Grayscale: #CACACA. Windows color (decimal): -2442254 or 15907802. OLE color: 15907802.

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

Color convert

RGB 218 187 242 -
CMYK 0.10 0.23 0 0.05
HSL 273.82º 0.68% 0.84% -
HSV(B) 273.82º 0.23% 0.95% -
XYZ 62.71 56.86 91.67 -
YUV 202.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 218 187 242 0.10 0.23 0 0.05 273.82 0.68 0.84
Hex DA BB F2 A 17 0 5 112 44 54
Octal 332 273 362 12 27 0 5 422 104 124
Binary 11011010 10111011 11110010 1010 10111 0 101 100010010 1000100 1010100

Color Harmonies of #DABBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBF2

Black with #DABBF2

Text Example


Text Example

White with #DABBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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