#DDBEEE

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

Shades of Mauve #DDBEEE

Tints of Mauve #DDBEEE

Color information

#DDBEEE (or 0xDDBEEE) is unknown color: approx Mauve. HEX triplet: DD, BE and EE. RGB value is (221,190,238). Sum of RGB (Red+Green+Blue) = 221+190+238=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEEE is #224111. Grayscale: #CCCCCC. Windows color (decimal): -2244882 or 15646429. OLE color: 15646429.

HSL color Cylindrical-coordinate representation of color #DDBEEE: hue angle of 278.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBEEE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221190238-
CMYK0.070.2000.07
HSL278.75º58.54%83.92%-
HSV(B)278.75º20.17%93.33%-
XYZ63.6658.3788.8-
YUV204.74146.77139.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=34.05%
G=29.28%
B=36.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211902380.070.2000.07278.7558.5483.92
HexDDBEEE714071173b54
Octal3352763567240742773124
Binary1101110110111110111011101111010001111000101111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEEE; }

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

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

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

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

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

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

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

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