#DDC2FC

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

Shades of Mauve #DDC2FC

Tints of Mauve #DDC2FC

Color information

#DDC2FC (or 0xDDC2FC) is unknown color: approx Mauve. HEX triplet: DD, C2 and FC. RGB value is (221,194,252). Sum of RGB (Red+Green+Blue) = 221+194+252=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2FC is #223D03. Grayscale: #D0D0D0. Windows color (decimal): -2243844 or 16564957. OLE color: 16564957.

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

Color convert

RGB221194252-
CMYK0.120.2300.01
HSL267.93º90.62%87.45%-
HSV(B)267.93º23.02%98.82%-
XYZ66.6860.98100.35-
YUV208.68152.45136.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 194 (76.17% from 255) = 29.09%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=33.13%
G=29.09%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211942520.120.2300.01267.9390.6287.45
HexDDC2FCC170110c5b57
Octal335302374142701414133127
Binary1101110111000010111111001100101110110000110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2FC; }

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

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

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

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

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

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

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

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