Html Css Color HEX #DEB0FB Mauve

📋 copy color: '#DEB0FB'

red 222 ◦ green 176 ◦ blue 251

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

Shades of Mauve #DEB0FB

Tints of Mauve #DEB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.12%

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

R = 34.21%
G = 27.12%
B = 38.67%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEB0FB (or 0xDEB0FB) is known color: Mauve. HEX triplet: DE, B0 and FB. RGB value is (222,176,251). Sum of RGB (Red+Green+Blue) = 222+176+251=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0FB is #214F04. Grayscale: #C6C6C6. Windows color (decimal): -2182917 or 16494814. OLE color: 16494814.

HSL color Cylindrical-coordinate representation of color #DEB0FB: hue angle of 276.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEB0FB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 176 251 -
CMYK 0.12 0.30 0 0.02
HSL 276.8º 0.9% 0.84% -
HSV(B) 276.8º 0.3% 0.98% -
XYZ 63.06 53.55 98.28 -
YUV 198.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 222 176 251 0.12 0.30 0 0.02 276.8 0.9 0.84
Hex DE B0 FB C 1E 0 2 115 5A 54
Octal 336 260 373 14 36 0 2 425 132 124
Binary 11011110 10110000 11111011 1100 11110 0 10 100010101 1011010 1010100

Color Harmonies of #DEB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0FB

Black with #DEB0FB

Text Example


Text Example

White with #DEB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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