#DDC0FA

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

Shades of Mauve #DDC0FA

Tints of Mauve #DDC0FA

Color information

#DDC0FA (or 0xDDC0FA) is unknown color: approx Mauve. HEX triplet: DD, C0 and FA. RGB value is (221,192,250). Sum of RGB (Red+Green+Blue) = 221+192+250=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0FA is #223F05. Grayscale: #CFCFCF. Windows color (decimal): -2244358 or 16433373. OLE color: 16433373.

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

Color convert

RGB221192250-
CMYK0.120.2300.02
HSL270º85.29%86.67%-
HSV(B)270º23.2%98.04%-
XYZ65.9259.9798.54-
YUV207.28152.11137.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 28.96%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=33.33%
G=28.96%
B=37.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211922500.120.2300.0227085.2986.67
HexDDC0FAC170210e5557
Octal335300372142702416125127
Binary11011101110000001111101011001011101010000111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0FA; }

 p { color: rgb(221,192,250); }

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

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

 a { background-color: rgb(221,192,250); }

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

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

 span { border-color: rgb(221,192,250); }

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