#DCC1D6

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

Shades of French Lilac #DCC1D6

Tints of French Lilac #DCC1D6

Color information

#DCC1D6 (or 0xDCC1D6) is unknown color: approx French Lilac. HEX triplet: DC, C1 and D6. RGB value is (220,193,214). Sum of RGB (Red+Green+Blue) = 220+193+214=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1D6 is #233E29. Grayscale: #CBCBCB. Windows color (decimal): -2309674 or 14074332. OLE color: 14074332.

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

Color convert

RGB220193214-
CMYK00.120.030.14
HSL313.33º27.84%80.98%-
HSV(B)313.33º12.27%86.27%-
XYZ60.7258.2171.65-
YUV203.47133.95139.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=35.09%
G=30.78%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019321400.120.030.14313.3327.8480.98
HexDCC1D60C3E1391c51
Octal33430132601431647134121
Binary11011100110000011101011001100111110100111001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1D6; }

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

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

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

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

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

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

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

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