Html Css Color HEX #DEB9FB Mauve

📋 copy color: '#DEB9FB'

red 222 ◦ green 185 ◦ blue 251

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

Shades of Mauve #DEB9FB

Tints of Mauve #DEB9FB

RGB

 RED value IS 222 (87.11% from 255) = 33.74%

 GREEN value IS 185 (72.66% from 255) = 28.12%

 BLUE value IS 251 (98.44% from 255) = 38.15%

R = 33.74%
G = 28.12%
B = 38.15%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEB9FB (or 0xDEB9FB) is known color: Mauve. HEX triplet: DE, B9 and FB. RGB value is (222,185,251). Sum of RGB (Red+Green+Blue) = 222+185+251=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9FB is #214604. Grayscale: #CBCBCB. Windows color (decimal): -2180613 or 16497118. OLE color: 16497118.

HSL color Cylindrical-coordinate representation of color #DEB9FB: hue angle of 273.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB9FB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 185 251 -
CMYK 0.12 0.26 0 0.02
HSL 273.64º 0.89% 0.85% -
HSV(B) 273.64º 0.26% 0.98% -
XYZ 64.89 57.19 98.89 -
YUV 203.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 222 185 251 0.12 0.26 0 0.02 273.64 0.89 0.85
Hex DE B9 FB C 1A 0 2 112 59 55
Octal 336 271 373 14 32 0 2 422 131 125
Binary 11011110 10111001 11111011 1100 11010 0 10 100010010 1011001 1010101

Color Harmonies of #DEB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9FB

Black with #DEB9FB

Text Example


Text Example

White with #DEB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9FB; }

 p { color: rgb(222,185,251); }

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

background-color css

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

 a { background-color: rgb(222,185,251); }

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

border-color css

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

 span { border-color: rgb(222,185,251); }

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