#DCC1D4

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

Shades of French Lilac #DCC1D4

Tints of French Lilac #DCC1D4

Color information

#DCC1D4 (or 0xDCC1D4) is unknown color: approx French Lilac. HEX triplet: DC, C1 and D4. RGB value is (220,193,212). Sum of RGB (Red+Green+Blue) = 220+193+212=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1D4 is #233E2B. Grayscale: #CBCBCB. Windows color (decimal): -2309676 or 13943260. OLE color: 13943260.

HSL color Cylindrical-coordinate representation of color #DCC1D4: hue angle of 317.78º 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 #DCC1D4 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220193212-
CMYK00.120.040.14
HSL317.78º27.84%80.98%-
HSV(B)317.78º12.27%86.27%-
XYZ60.4758.1170.32-
YUV203.24132.95139.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 193 (75.78% from 255) = 30.88%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=35.2%
G=30.88%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019321200.120.040.14317.7827.8480.98
HexDCC1D40C4E13e1c51
Octal33430132401441647634121
Binary110111001100000111010100011001001110100111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1D4; }

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

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

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

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

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

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

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

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