Html Css Color HEX #DBB2EF Mauve

📋 copy color: '#DBB2EF'

red 219 ◦ green 178 ◦ blue 239

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

Shades of Mauve #DBB2EF

Tints of Mauve #DBB2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.58%

R = 34.43%
G = 27.99%
B = 37.58%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB2EF (or 0xDBB2EF) is known color: Mauve. HEX triplet: DB, B2 and EF. RGB value is (219,178,239). Sum of RGB (Red+Green+Blue) = 219+178+239=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2EF is #244D10. Grayscale: #C5C5C5. Windows color (decimal): -2379025 or 15708891. OLE color: 15708891.

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

Color convert

RGB 219 178 239 -
CMYK 0.08 0.26 0 0.06
HSL 280.33º 0.66% 0.82% -
HSV(B) 280.33º 0.26% 0.94% -
XYZ 60.71 53.13 88.72 -
YUV 197.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 219 178 239 0.08 0.26 0 0.06 280.33 0.66 0.82
Hex DB B2 EF 8 1A 0 6 118 42 52
Octal 333 262 357 10 32 0 6 430 102 122
Binary 11011011 10110010 11101111 1000 11010 0 110 100011000 1000010 1010010

Color Harmonies of #DBB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2EF

Black with #DBB2EF

Text Example


Text Example

White with #DBB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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