Html Css Color HEX #DBB8F2 Mauve

📋 copy color: '#DBB8F2'

red 219 ◦ green 184 ◦ blue 242

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

Shades of Mauve #DBB8F2

Tints of Mauve #DBB8F2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.53%

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

R = 33.95%
G = 28.53%
B = 37.52%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBB8F2 (or 0xDBB8F2) is known color: Mauve. HEX triplet: DB, B8 and F2. RGB value is (219,184,242). Sum of RGB (Red+Green+Blue) = 219+184+242=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBB8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8F2 is #24470D. Grayscale: #C8C8C8. Windows color (decimal): -2377486 or 15907035. OLE color: 15907035.

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

Color convert

RGB 219 184 242 -
CMYK 0.10 0.24 0 0.05
HSL 276.21º 0.69% 0.84% -
HSV(B) 276.21º 0.24% 0.95% -
XYZ 62.38 55.75 91.48 -
YUV 201.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 219 184 242 0.10 0.24 0 0.05 276.21 0.69 0.84
Hex DB B8 F2 A 18 0 5 114 45 54
Octal 333 270 362 12 30 0 5 424 105 124
Binary 11011011 10111000 11110010 1010 11000 0 101 100010100 1000101 1010100

Color Harmonies of #DBB8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8F2

Black with #DBB8F2

Text Example


Text Example

White with #DBB8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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