#DCC1D8

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

Shades of French Lilac #DCC1D8

Tints of French Lilac #DCC1D8

Color information

#DCC1D8 (or 0xDCC1D8) is unknown color: approx French Lilac. HEX triplet: DC, C1 and D8. RGB value is (220,193,216). Sum of RGB (Red+Green+Blue) = 220+193+216=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1D8 is #233E27. Grayscale: #CBCBCB. Windows color (decimal): -2309672 or 14205404. OLE color: 14205404.

HSL color Cylindrical-coordinate representation of color #DCC1D8: hue angle of 308.89º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC1D8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220193216-
CMYK00.120.020.14
HSL308.89º27.84%80.98%-
HSV(B)308.89º12.27%86.27%-
XYZ60.9858.3173.01-
YUV203.7134.95139.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=34.98%
G=30.68%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019321600.120.020.14308.8927.8480.98
HexDCC1D80C2E1351c51
Octal33430133001421646534121
Binary11011100110000011101100001100101110100110101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1D8; }

 p { color: rgb(220,193,216); }

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

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

 a { background-color: rgb(220,193,216); }

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

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

 span { border-color: rgb(220,193,216); }

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