#DDB1FC

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

Shades of Mauve #DDB1FC

Tints of Mauve #DDB1FC

Color information

#DDB1FC (or 0xDDB1FC) is unknown color: approx Mauve. HEX triplet: DD, B1 and FC. RGB value is (221,177,252). Sum of RGB (Red+Green+Blue) = 221+177+252=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1FC is #224E03. Grayscale: #C6C6C6. Windows color (decimal): -2248196 or 16560605. OLE color: 16560605.

HSL color Cylindrical-coordinate representation of color #DDB1FC: hue angle of 275.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB1FC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221177252-
CMYK0.120.3000.01
HSL275.2º92.59%84.12%-
HSV(B)275.2º29.76%98.82%-
XYZ63.1153.8499.16-
YUV198.71158.08143.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 177 (69.53% from 255) = 27.23%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=34%
G=27.23%
B=38.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211772520.120.3000.01275.292.5984.12
HexDDB1FCC1E011135d54
Octal335261374143601423135124
Binary1101110110110001111111001100111100110001001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1FC; }

 p { color: rgb(221,177,252); }

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

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

 a { background-color: rgb(221,177,252); }

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

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

 span { border-color: rgb(221,177,252); }

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