Html Css Color HEX #DEB5F1 Mauve

📋 copy color: '#DEB5F1'

red 222 ◦ green 181 ◦ blue 241

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

Shades of Mauve #DEB5F1

Tints of Mauve #DEB5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 34.47%
G = 28.11%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEB5F1 (or 0xDEB5F1) is known color: Mauve. HEX triplet: DE, B5 and F1. RGB value is (222,181,241). Sum of RGB (Red+Green+Blue) = 222+181+241=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5F1 is #214A0E. Grayscale: #C7C7C7. Windows color (decimal): -2181647 or 15840734. OLE color: 15840734.

HSL color Cylindrical-coordinate representation of color #DEB5F1: hue angle of 281º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB5F1 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 181 241 -
CMYK 0.08 0.25 0 0.05
HSL 281º 0.68% 0.83% -
HSV(B) 281º 0.25% 0.95% -
XYZ 62.53 54.93 90.53 -
YUV 200.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 222 181 241 0.08 0.25 0 0.05 281 0.68 0.83
Hex DE B5 F1 8 19 0 5 119 44 53
Octal 336 265 361 10 31 0 5 431 104 123
Binary 11011110 10110101 11110001 1000 11001 0 101 100011001 1000100 1010011

Color Harmonies of #DEB5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5F1

Black with #DEB5F1

Text Example


Text Example

White with #DEB5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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