#DDBEF5

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

Shades of Mauve #DDBEF5

Tints of Mauve #DDBEF5

Color information

#DDBEF5 (or 0xDDBEF5) is unknown color: approx Mauve. HEX triplet: DD, BE and F5. RGB value is (221,190,245). Sum of RGB (Red+Green+Blue) = 221+190+245=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDBEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEF5 is #22410A. Grayscale: #CDCDCD. Windows color (decimal): -2244875 or 16105181. OLE color: 16105181.

HSL color Cylindrical-coordinate representation of color #DDBEF5: hue angle of 273.82º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBEF5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221190245-
CMYK0.100.2200.04
HSL273.82º73.33%85.29%-
HSV(B)273.82º22.45%96.08%-
XYZ64.7158.7994.32-
YUV205.54150.27139.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 245 (96.09% from 255) = 37.35%
R=33.69%
G=28.96%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211902450.100.2200.04273.8273.3385.29
HexDDBEF5A16041124955
Octal335276365122604422111125
Binary110111011011111011110101101010110010010001001010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEF5; }

 p { color: rgb(221,190,245); }

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

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

 a { background-color: rgb(221,190,245); }

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

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

 span { border-color: rgb(221,190,245); }

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