Html Css Color HEX #DBBDF2 Mauve

📋 copy color: '#DBBDF2'

red 219 ◦ green 189 ◦ blue 242

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

Shades of Mauve #DBBDF2

Tints of Mauve #DBBDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.08%

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

R = 33.69%
G = 29.08%
B = 37.23%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBBDF2 (or 0xDBBDF2) is known color: Mauve. HEX triplet: DB, BD and F2. RGB value is (219,189,242). Sum of RGB (Red+Green+Blue) = 219+189+242=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDF2 is #24420D. Grayscale: #CBCBCB. Windows color (decimal): -2376206 or 15908315. OLE color: 15908315.

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

Color convert

RGB 219 189 242 -
CMYK 0.10 0.22 0 0.05
HSL 273.96º 0.67% 0.85% -
HSV(B) 273.96º 0.22% 0.95% -
XYZ 63.44 57.87 91.83 -
YUV 204.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 219 189 242 0.10 0.22 0 0.05 273.96 0.67 0.85
Hex DB BD F2 A 16 0 5 112 43 55
Octal 333 275 362 12 26 0 5 422 103 125
Binary 11011011 10111101 11110010 1010 10110 0 101 100010010 1000011 1010101

Color Harmonies of #DBBDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDF2

Black with #DBBDF2

Text Example


Text Example

White with #DBBDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDF2; }

 p { color: rgb(219,189,242); }

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

background-color css

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

 a { background-color: rgb(219,189,242); }

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

border-color css

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

 span { border-color: rgb(219,189,242); }

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