#DEBEF0

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

Shades of Mauve #DEBEF0

Tints of Mauve #DEBEF0

Color information

#DEBEF0 (or 0xDEBEF0) is unknown color: approx Mauve. HEX triplet: DE, BE and F0. RGB value is (222,190,240). Sum of RGB (Red+Green+Blue) = 222+190+240=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEF0 is #21410F. Grayscale: #CDCDCD. Windows color (decimal): -2179344 or 15777502. OLE color: 15777502.

HSL color Cylindrical-coordinate representation of color #DEBEF0: hue angle of 278.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBEF0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222190240-
CMYK0.080.2100.06
HSL278.4º62.5%84.31%-
HSV(B)278.4º20.83%94.12%-
XYZ64.2758.6590.37-
YUV205.27147.6139.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 240 (94.14% from 255) = 36.81%
R=34.05%
G=29.14%
B=36.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221902400.080.2100.06278.462.584.31
HexDEBEF0815061163e54
Octal33627636010250642676124
Binary11011110101111101111000010001010101101000101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEF0; }

 p { color: rgb(222,190,240); }

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

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

 a { background-color: rgb(222,190,240); }

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

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

 span { border-color: rgb(222,190,240); }

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