Html Css Color HEX #DEB0FE Mauve

📋 copy color: '#DEB0FE'

red 222 ◦ green 176 ◦ blue 254

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

Shades of Mauve #DEB0FE

Tints of Mauve #DEB0FE

RGB

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

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

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

R = 34.05%
G = 26.99%
B = 38.96%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEB0FE (or 0xDEB0FE) is known color: Mauve. HEX triplet: DE, B0 and FE. RGB value is (222,176,254). Sum of RGB (Red+Green+Blue) = 222+176+254=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0FE is #214F01. Grayscale: #C6C6C6. Windows color (decimal): -2182914 or 16691422. OLE color: 16691422.

HSL color Cylindrical-coordinate representation of color #DEB0FE: hue angle of 275.38º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEB0FE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 176 254 -
CMYK 0.13 0.31 0 0.00
HSL 275.38º 0.98% 0.84% -
HSV(B) 275.38º 0.31% 1% -
XYZ 63.54 53.74 100.79 -
YUV 198.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 222 176 254 0.13 0.31 0 0.00 275.38 0.98 0.84
Hex DE B0 FE D 1F 0 0 113 62 54
Octal 336 260 376 15 37 0 0 423 142 124
Binary 11011110 10110000 11111110 1101 11111 0 0 100010011 1100010 1010100

Color Harmonies of #DEB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0FE

Black with #DEB0FE

Text Example


Text Example

White with #DEB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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