#DDBDFD

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

Shades of Mauve #DDBDFD

Tints of Mauve #DDBDFD

Color information

#DDBDFD (or 0xDDBDFD) is unknown color: approx Mauve. HEX triplet: DD, BD and FD. RGB value is (221,189,253). Sum of RGB (Red+Green+Blue) = 221+189+253=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDFD is #224202. Grayscale: #CDCDCD. Windows color (decimal): -2245123 or 16629213. OLE color: 16629213.

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

Color convert

RGB221189253-
CMYK0.130.2500.01
HSL270º94.12%86.67%-
HSV(B)270º25.3%99.22%-
XYZ65.7558.86100.82-
YUV205.86154.6138.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=33.33%
G=28.51%
B=38.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211892530.130.2500.0127094.1286.67
HexDDBDFDD190110e5e57
Octal335275375153101416136127
Binary1101110110111101111111011101110010110000111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDFD; }

 p { color: rgb(221,189,253); }

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

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

 a { background-color: rgb(221,189,253); }

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

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

 span { border-color: rgb(221,189,253); }

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