#DEBCFC

Color #DEBCFC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DEBCFC

Tints of Mauve #DEBCFC

Color information

#DEBCFC (or 0xDEBCFC) is unknown color: approx Mauve. HEX triplet: DE, BC and FC. RGB value is (222,188,252). Sum of RGB (Red+Green+Blue) = 222+188+252=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCFC is #214303. Grayscale: #CDCDCD. Windows color (decimal): -2179844 or 16563422. OLE color: 16563422.

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

Color convert

RGB222188252-
CMYK0.120.2500.01
HSL271.88º91.43%86.27%-
HSV(B)271.88º25.4%98.82%-
XYZ65.6858.5299.93-
YUV205.46154.26139.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=33.53%
G=28.40%
B=38.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221882520.120.2500.01271.8891.4386.27
HexDEBCFCC19011105b56
Octal336274374143101420133126
Binary1101111010111100111111001100110010110001000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCFC; }

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

 H1.HeaderClassName
 {
   color: #DEBCFC;
 }
 .AnyTagClassName
 {
   color: #DEBCFC;
 }
</style>
background-color css

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

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

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

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

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

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