#DEBCF2

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

Shades of Mauve #DEBCF2

Tints of Mauve #DEBCF2

Color information

#DEBCF2 (or 0xDEBCF2) is unknown color: approx Mauve. HEX triplet: DE, BC and F2. RGB value is (222,188,242). Sum of RGB (Red+Green+Blue) = 222+188+242=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCF2 is #21430D. Grayscale: #CCCCCC. Windows color (decimal): -2179854 or 15908062. OLE color: 15908062.

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

Color convert

RGB222188242-
CMYK0.080.2200.05
HSL277.78º67.5%84.31%-
HSV(B)277.78º22.31%94.9%-
XYZ64.1357.9191.8-
YUV204.32149.26140.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=34.05%
G=28.83%
B=37.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221882420.080.2200.05277.7867.584.31
HexDEBCF2816051164454
Octal336274362102605426104124
Binary110111101011110011110010100010110010110001011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCF2; }

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

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

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

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

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

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

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

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