Html Css Color HEX #DEB0FA Mauve

📋 copy color: '#DEB0FA'

red 222 ◦ green 176 ◦ blue 250

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

Shades of Mauve #DEB0FA

Tints of Mauve #DEB0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.58%

R = 34.26%
G = 27.16%
B = 38.58%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEB0FA (or 0xDEB0FA) is known color: Mauve. HEX triplet: DE, B0 and FA. RGB value is (222,176,250). Sum of RGB (Red+Green+Blue) = 222+176+250=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0FA is #214F05. Grayscale: #C5C5C5. Windows color (decimal): -2182918 or 16429278. OLE color: 16429278.

HSL color Cylindrical-coordinate representation of color #DEB0FA: hue angle of 277.3º degrees, saturation: 0.88, 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 #DEB0FA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 176 250 -
CMYK 0.11 0.30 0 0.02
HSL 277.3º 0.88% 0.84% -
HSV(B) 277.3º 0.3% 0.98% -
XYZ 62.9 53.48 97.45 -
YUV 198.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 222 176 250 0.11 0.30 0 0.02 277.3 0.88 0.84
Hex DE B0 FA B 1E 0 2 115 58 54
Octal 336 260 372 13 36 0 2 425 130 124
Binary 11011110 10110000 11111010 1011 11110 0 10 100010101 1011000 1010100

Color Harmonies of #DEB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0FA

Black with #DEB0FA

Text Example


Text Example

White with #DEB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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