Html Css Color HEX #DBB1F6 Mauve

📋 copy color: '#DBB1F6'

red 219 ◦ green 177 ◦ blue 246

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

Shades of Mauve #DBB1F6

Tints of Mauve #DBB1F6

RGB

 RED value IS 219 (85.94% from 255) = 34.11%

 GREEN value IS 177 (69.53% from 255) = 27.57%

 BLUE value IS 246 (96.48% from 255) = 38.32%

R = 34.11%
G = 27.57%
B = 38.32%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBB1F6 (or 0xDBB1F6) is known color: Mauve. HEX triplet: DB, B1 and F6. RGB value is (219,177,246). Sum of RGB (Red+Green+Blue) = 219+177+246=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBB1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1F6 is #244E09. Grayscale: #C5C5C5. Windows color (decimal): -2379274 or 16167387. OLE color: 16167387.

HSL color Cylindrical-coordinate representation of color #DBB1F6: hue angle of 276.52º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB1F6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 177 246 -
CMYK 0.11 0.28 0 0.04
HSL 276.52º 0.79% 0.83% -
HSV(B) 276.52º 0.28% 0.96% -
XYZ 61.57 53.16 94.2 -
YUV 197.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 219 177 246 0.11 0.28 0 0.04 276.52 0.79 0.83
Hex DB B1 F6 B 1C 0 4 115 4F 53
Octal 333 261 366 13 34 0 4 425 117 123
Binary 11011011 10110001 11110110 1011 11100 0 100 100010101 1001111 1010011

Color Harmonies of #DBB1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1F6

Black with #DBB1F6

Text Example


Text Example

White with #DBB1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1F6; }

 p { color: rgb(219,177,246); }

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

background-color css

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

 a { background-color: rgb(219,177,246); }

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

border-color css

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

 span { border-color: rgb(219,177,246); }

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