Html Css Color HEX #DBB4F0 Mauve

📋 copy color: '#DBB4F0'

red 219 ◦ green 180 ◦ blue 240

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

Shades of Mauve #DBB4F0

Tints of Mauve #DBB4F0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.17%

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 34.27%
G = 28.17%
B = 37.56%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB4F0 (or 0xDBB4F0) is known color: Mauve. HEX triplet: DB, B4 and F0. RGB value is (219,180,240). Sum of RGB (Red+Green+Blue) = 219+180+240=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBB4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4F0 is #244B0F. Grayscale: #C6C6C6. Windows color (decimal): -2378512 or 15774939. OLE color: 15774939.

HSL color Cylindrical-coordinate representation of color #DBB4F0: hue angle of 279º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB4F0 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 180 240 -
CMYK 0.09 0.25 0 0.06
HSL 279º 0.67% 0.82% -
HSV(B) 279º 0.25% 0.94% -
XYZ 61.26 53.99 89.63 -
YUV 198.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 219 180 240 0.09 0.25 0 0.06 279 0.67 0.82
Hex DB B4 F0 9 19 0 6 117 43 52
Octal 333 264 360 11 31 0 6 427 103 122
Binary 11011011 10110100 11110000 1001 11001 0 110 100010111 1000011 1010010

Color Harmonies of #DBB4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4F0

Black with #DBB4F0

Text Example


Text Example

White with #DBB4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4F0; }

 p { color: rgb(219,180,240); }

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

background-color css

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

 a { background-color: rgb(219,180,240); }

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

border-color css

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

 span { border-color: rgb(219,180,240); }

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