Html Css Color HEX #DEB8FA Mauve

📋 copy color: '#DEB8FA'

red 222 ◦ green 184 ◦ blue 250

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

Shades of Mauve #DEB8FA

Tints of Mauve #DEB8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.05%

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

R = 33.84%
G = 28.05%
B = 38.11%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEB8FA (or 0xDEB8FA) is known color: Mauve. HEX triplet: DE, B8 and FA. RGB value is (222,184,250). Sum of RGB (Red+Green+Blue) = 222+184+250=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8FA is #214705. Grayscale: #CACACA. Windows color (decimal): -2180870 or 16431326. OLE color: 16431326.

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

Color convert

RGB 222 184 250 -
CMYK 0.11 0.26 0 0.02
HSL 274.55º 0.87% 0.85% -
HSV(B) 274.55º 0.26% 0.98% -
XYZ 64.52 56.71 97.99 -
YUV 202.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 222 184 250 0.11 0.26 0 0.02 274.55 0.87 0.85
Hex DE B8 FA B 1A 0 2 113 57 55
Octal 336 270 372 13 32 0 2 423 127 125
Binary 11011110 10111000 11111010 1011 11010 0 10 100010011 1010111 1010101

Color Harmonies of #DEB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB8FA

Black with #DEB8FA

Text Example


Text Example

White with #DEB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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