Html Css Color HEX #DEB9F8 Mauve

📋 copy color: '#DEB9F8'

red 222 ◦ green 185 ◦ blue 248

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

Shades of Mauve #DEB9F8

Tints of Mauve #DEB9F8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.24%

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 33.89%
G = 28.24%
B = 37.86%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEB9F8 (or 0xDEB9F8) is known color: Mauve. HEX triplet: DE, B9 and F8. RGB value is (222,185,248). Sum of RGB (Red+Green+Blue) = 222+185+248=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEB9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9F8 is #214607. Grayscale: #CBCBCB. Windows color (decimal): -2180616 or 16300510. OLE color: 16300510.

HSL color Cylindrical-coordinate representation of color #DEB9F8: hue angle of 275.24º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB9F8 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 185 248 -
CMYK 0.10 0.25 0 0.03
HSL 275.24º 0.82% 0.85% -
HSV(B) 275.24º 0.25% 0.97% -
XYZ 64.42 57 96.41 -
YUV 203.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 222 185 248 0.10 0.25 0 0.03 275.24 0.82 0.85
Hex DE B9 F8 A 19 0 3 113 52 55
Octal 336 271 370 12 31 0 3 423 122 125
Binary 11011110 10111001 11111000 1010 11001 0 11 100010011 1010010 1010101

Color Harmonies of #DEB9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9F8

Black with #DEB9F8

Text Example


Text Example

White with #DEB9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9F8; }

 p { color: rgb(222,185,248); }

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

background-color css

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

 a { background-color: rgb(222,185,248); }

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

border-color css

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

 span { border-color: rgb(222,185,248); }

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