Html Css Color HEX #DEB9FC Mauve

📋 copy color: '#DEB9FC'

red 222 ◦ green 185 ◦ blue 252

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

Shades of Mauve #DEB9FC

Tints of Mauve #DEB9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.24%

R = 33.69%
G = 28.07%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEB9FC (or 0xDEB9FC) is known color: Mauve. HEX triplet: DE, B9 and FC. RGB value is (222,185,252). Sum of RGB (Red+Green+Blue) = 222+185+252=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9FC is #214603. Grayscale: #CBCBCB. Windows color (decimal): -2180612 or 16562654. OLE color: 16562654.

HSL color Cylindrical-coordinate representation of color #DEB9FC: hue angle of 273.13º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEB9FC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 185 252 -
CMYK 0.12 0.27 0 0.01
HSL 273.13º 0.92% 0.86% -
HSV(B) 273.13º 0.27% 0.99% -
XYZ 65.04 57.26 99.72 -
YUV 203.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 222 185 252 0.12 0.27 0 0.01 273.13 0.92 0.86
Hex DE B9 FC C 1B 0 1 111 5C 56
Octal 336 271 374 14 33 0 1 421 134 126
Binary 11011110 10111001 11111100 1100 11011 0 1 100010001 1011100 1010110

Color Harmonies of #DEB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9FC

Black with #DEB9FC

Text Example


Text Example

White with #DEB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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