Html Css Color HEX #DBB2FA Mauve

📋 copy color: '#DBB2FA'

red 219 ◦ green 178 ◦ blue 250

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

Shades of Mauve #DBB2FA

Tints of Mauve #DBB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.51%

 BLUE value IS 250 (98.05% from 255) = 38.64%

R = 33.85%
G = 27.51%
B = 38.64%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB2FA (or 0xDBB2FA) is known color: Mauve. HEX triplet: DB, B2 and FA. RGB value is (219,178,250). Sum of RGB (Red+Green+Blue) = 219+178+250=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2FA is #244D05. Grayscale: #C6C6C6. Windows color (decimal): -2379014 or 16429787. OLE color: 16429787.

HSL color Cylindrical-coordinate representation of color #DBB2FA: hue angle of 274.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB2FA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 178 250 -
CMYK 0.12 0.29 0 0.02
HSL 274.17º 0.88% 0.84% -
HSV(B) 274.17º 0.29% 0.98% -
XYZ 62.39 53.8 97.54 -
YUV 198.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 219 178 250 0.12 0.29 0 0.02 274.17 0.88 0.84
Hex DB B2 FA C 1D 0 2 112 58 54
Octal 333 262 372 14 35 0 2 422 130 124
Binary 11011011 10110010 11111010 1100 11101 0 10 100010010 1011000 1010100

Color Harmonies of #DBB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2FA

Black with #DBB2FA

Text Example


Text Example

White with #DBB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2FA; }

 p { color: rgb(219,178,250); }

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

background-color css

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

 a { background-color: rgb(219,178,250); }

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

border-color css

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

 span { border-color: rgb(219,178,250); }

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