Html Css Color HEX #DEB5FA Mauve

📋 copy color: '#DEB5FA'

red 222 ◦ green 181 ◦ blue 250

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

Shades of Mauve #DEB5FA

Tints of Mauve #DEB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.72%

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

R = 34%
G = 27.72%
B = 38.28%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEB5FA (or 0xDEB5FA) is known color: Mauve. HEX triplet: DE, B5 and FA. RGB value is (222,181,250). Sum of RGB (Red+Green+Blue) = 222+181+250=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5FA is #214A05. Grayscale: #C8C8C8. Windows color (decimal): -2181638 or 16430558. OLE color: 16430558.

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

Color convert

RGB 222 181 250 -
CMYK 0.11 0.28 0 0.02
HSL 275.65º 0.87% 0.85% -
HSV(B) 275.65º 0.28% 0.98% -
XYZ 63.9 55.48 97.78 -
YUV 201.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 222 181 250 0.11 0.28 0 0.02 275.65 0.87 0.85
Hex DE B5 FA B 1C 0 2 114 57 55
Octal 336 265 372 13 34 0 2 424 127 125
Binary 11011110 10110101 11111010 1011 11100 0 10 100010100 1010111 1010101

Color Harmonies of #DEB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5FA

Black with #DEB5FA

Text Example


Text Example

White with #DEB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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