Html Css Color HEX #DBB2FE Mauve

📋 copy color: '#DBB2FE'

red 219 ◦ green 178 ◦ blue 254

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

Shades of Mauve #DBB2FE

Tints of Mauve #DBB2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 33.64%
G = 27.34%
B = 39.02%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBB2FE (or 0xDBB2FE) is known color: Mauve. HEX triplet: DB, B2 and FE. RGB value is (219,178,254). Sum of RGB (Red+Green+Blue) = 219+178+254=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2FE is #244D01. Grayscale: #C6C6C6. Windows color (decimal): -2379010 or 16691931. OLE color: 16691931.

HSL color Cylindrical-coordinate representation of color #DBB2FE: hue angle of 272.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB2FE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 178 254 -
CMYK 0.14 0.30 0 0.00
HSL 272.37º 0.97% 0.85% -
HSV(B) 272.37º 0.3% 1% -
XYZ 63.02 54.06 100.88 -
YUV 198.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 219 178 254 0.14 0.30 0 0.00 272.37 0.97 0.85
Hex DB B2 FE E 1E 0 0 110 61 55
Octal 333 262 376 16 36 0 0 420 141 125
Binary 11011011 10110010 11111110 1110 11110 0 0 100010000 1100001 1010101

Color Harmonies of #DBB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2FE

Black with #DBB2FE

Text Example


Text Example

White with #DBB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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