#DDB2FC

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

Shades of Mauve #DDB2FC

Tints of Mauve #DDB2FC

Color information

#DDB2FC (or 0xDDB2FC) is unknown color: approx Mauve. HEX triplet: DD, B2 and FC. RGB value is (221,178,252). Sum of RGB (Red+Green+Blue) = 221+178+252=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FC is #224D03. Grayscale: #C7C7C7. Windows color (decimal): -2247940 or 16560861. OLE color: 16560861.

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

Color convert

RGB221178252-
CMYK0.120.2900.01
HSL274.86º92.5%84.31%-
HSV(B)274.86º29.37%98.82%-
XYZ63.3154.2499.23-
YUV199.29157.75143.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=33.95%
G=27.34%
B=38.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211782520.120.2900.01274.8692.584.31
HexDDB2FCC1D011135c54
Octal335262374143501423134124
Binary1101110110110010111111001100111010110001001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2FC; }

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

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

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

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

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

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

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

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